update deps again

This commit is contained in:
Hardhat Chad
2024-07-11 15:49:24 +00:00
parent 884cfb4135
commit 28b9cd5b7d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -723,9 +723,9 @@ dependencies = [
[[package]]
name = "drillx"
version = "2.0.0-alpha"
version = "2.0.0-beta"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea238c16b88704ada0d49d7c024936e1809666d068441a2842d5590667caa31"
checksum = "a3e8d2de66aeedec77a653a4e2cf0cf4de4ddf556947214becfc16de4604c5db"
dependencies = [
"blake3",
"equix",

View File

@@ -16,7 +16,7 @@ keywords = ["solana", "crypto", "mining"]
array-const-fn-init = "0.1.1"
bytemuck = "1.14.3"
const-crypto = "0.1.0"
drillx = { version = "2.0.0-alpha", features = ["solana"] }
drillx = { version = "2.0.0-beta", features = ["solana"] }
mpl-token-metadata = "4.1.2"
num_enum = "0.7.2"
ore-api = { path = "api", version = "2.0.0-beta" }