Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Aug 1, 2024
1 parent 1107f7d commit fc92060
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ cached = "0.46.1"
chrono = "0.4.38"
clap = { version = "4.4.12", features = ["derive"] }
colored = "2.0"
drillx = "1.0.0"
drillx = "2.0.0"
futures = "0.3.30"
num_cpus = "1.16.0"
ore-api = "2.0.0"
ore-utils = "2.0.0"
ore-api = "2.1.0"
ore-utils = "2.1.0"
rand = "0.8.4"
solana-cli-config = "^1.18"
solana-client = "^1.18"
Expand All @@ -45,6 +45,7 @@ spl-associated-token-account = { version = "^2.3", features = [
tokio = "1.35.1"

# [patch.crates-io]
# drillx = { path = "../drillx/drillx" }
# ore-api = { path = "../ore/api" }
# ore-utils = { path = "../ore/utils" }

0 comments on commit fc92060

Please sign in to comment.