From 64ab294efd4e7faf1d34974668e2db5b3d10aca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:20:06 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.8.6 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.8.6. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbe282c..296e1b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -398,7 +398,7 @@ dependencies = [ "hmac", "once_cell", "pbkdf2", - "rand 0.8.5", + "rand 0.8.6", "sha2", "thiserror", ] @@ -721,7 +721,7 @@ dependencies = [ "k256", "lazy_static", "p256", - "rand 0.8.5", + "rand 0.8.6", "secp256k1", "serde", "sha2", @@ -748,7 +748,7 @@ checksum = "455cf5275d96f6907e81ed1825c4e6a9dd79f7c1c37a4e15134562f83024c7e7" dependencies = [ "fuel-derive", "hex", - "rand 0.8.5", + "rand 0.8.6", "serde", ] @@ -1309,7 +1309,7 @@ checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" dependencies = [ "num-integer", "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -1581,9 +1581,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha", @@ -1747,7 +1747,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4124a35fe33ae14259c490fd70fa199a32b9ce9502f2ee6bc4f81ec06fa65894" dependencies = [ - "rand 0.8.5", + "rand 0.8.6", "secp256k1-sys", ] @@ -2286,7 +2286,7 @@ dependencies = [ "multiprecision", "num-bigint 0.4.5", "p256", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha", "secp256k1", "serial_test", diff --git a/Cargo.toml b/Cargo.toml index 131c807..e9d7084 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ hex = "0.4.3" [dev-dependencies] stopwatch = "0.0.7" rand_chacha = "0.3.1" -rand = "0.8.5" +rand = "0.8.6" byteorder = "1.5.0" serial_test = "3.1.0" tokio = { version = "1.38.2", features = ["full"] }