diff --git a/Cargo.lock b/Cargo.lock index 26f135f..bece5f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" dependencies = [ "num-traits", - "rand 0.8.6", + "rand 0.8.7", "rayon", ] @@ -1785,7 +1785,7 @@ dependencies = [ "mina-signer", "mina-tx", "postcard", - "rand 0.8.6", + "rand 0.10.1", "rand_core 0.6.4", "regex", "reqwest", @@ -1828,7 +1828,7 @@ dependencies = [ "mina-curves", "o1-utils", "once_cell", - "rand 0.8.6", + "rand 0.8.7", "rayon", "serde", "serde_with", @@ -1849,7 +1849,7 @@ dependencies = [ "mina-hasher", "num-bigint", "o1-utils", - "rand 0.8.6", + "rand 0.8.7", "serde", "sha2", "thiserror 2.0.18", @@ -1910,7 +1910,7 @@ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", - "rand 0.8.6", + "rand 0.8.7", "serde", ] @@ -1951,7 +1951,7 @@ dependencies = [ "hex", "num-bigint", "num-integer", - "rand 0.8.6", + "rand 0.8.7", "rand_core 0.6.4", "rayon", "rmp-serde", @@ -2282,9 +2282,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rand" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -3897,7 +3897,7 @@ dependencies = [ "derive_more", "ed25519", "ed25519-dalek", - "rand 0.8.6", + "rand 0.8.7", "sha2", "x25519-dalek", "zeroize", diff --git a/Cargo.toml b/Cargo.toml index 647c9fb..a49d3f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ insta = "1.43.1" itertools = "0.14.0" lazy_static = "1.5.0" postcard = "1.1.3" -rand = "0.8.5" +rand = "0.10.1" rand_core = "0.6.4" regex = "1.12.3" reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls"] }