diff --git a/miners/rust/Cargo.toml b/miners/rust/Cargo.toml index aea27298..623c2228 100644 --- a/miners/rust/Cargo.toml +++ b/miners/rust/Cargo.toml @@ -15,7 +15,7 @@ path = "src/main.rs" reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } serde = { version = "1", features = ["derive"] } serde_json = "1" -sha2 = "0.10" +sha2 = "0.11" tokio = { version = "1", features = ["full"] } chrono = { version = "0.4", features = ["serde"] } clap = { version = "4", features = ["derive"] }