diff --git a/stratum-apps/Cargo.lock b/stratum-apps/Cargo.lock index 54ddc843..6146675d 100644 --- a/stratum-apps/Cargo.lock +++ b/stratum-apps/Cargo.lock @@ -1127,7 +1127,7 @@ dependencies = [ "buffer_sv2", "framing_sv2", "noise_sv2", - "rand 0.8.5", + "rand 0.8.7", "tracing", ] @@ -1377,7 +1377,7 @@ dependencies = [ "digest 0.10.7", "hex", "md-5", - "rand 0.8.5", + "rand 0.8.7", "sha2 0.10.9", ] @@ -1507,7 +1507,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand 0.8.5", + "rand 0.8.7", "rustc-hex", "static_assertions", ] @@ -2384,7 +2384,7 @@ checksum = "243bb5a64a040989aed517b500abd647bd10846bf8418ba281a5b4e126122f39" dependencies = [ "aes-gcm", "chacha20poly1305", - "rand 0.8.5", + "rand 0.8.7", "secp256k1 0.28.2", ] @@ -2793,9 +2793,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ "libc", "rand_chacha", @@ -3155,7 +3155,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10" dependencies = [ "bitcoin_hashes 0.13.0", - "rand 0.8.5", + "rand 0.8.7", "secp256k1-sys 0.9.2", ] @@ -3431,7 +3431,7 @@ dependencies = [ "hyper", "miniscript", "prometheus", - "rand 0.8.5", + "rand 0.10.1", "rustversion", "secp256k1 0.28.2", "serde", diff --git a/stratum-apps/Cargo.toml b/stratum-apps/Cargo.toml index 34342b13..a482b58e 100644 --- a/stratum-apps/Cargo.toml +++ b/stratum-apps/Cargo.toml @@ -33,7 +33,7 @@ tracing = { version = "0.1" } bs58 = { version = "0.4.0", default-features = false, features = ["check", "alloc"] } dirs = "6.0" secp256k1 = { version = "0.28.2", default-features = false, features = ["alloc", "rand"] } -rand = { version = "0.8.5", default-features = false } +rand = { version = "0.10.1", default-features = false } rustversion = "1.0" # Shared optional dependencies