From d36197f3bf903ba9990677b1447f6d8f59e08d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:12:47 +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 | 4 ++-- full-node/Cargo.toml | 2 +- lib/Cargo.toml | 4 ++-- light-base/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddea0380a8..a93e01ce31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2108,9 +2108,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[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", diff --git a/full-node/Cargo.toml b/full-node/Cargo.toml index 8e32172208..7a4525f3a9 100644 --- a/full-node/Cargo.toml +++ b/full-node/Cargo.toml @@ -31,7 +31,7 @@ hex = { version = "0.4.3", default-features = false } humantime = { version = "2.1.0", default-features = false } lru = { version = "0.16.3", default-features = false, features = ["hashbrown"] } mick-jaeger = "0.1.8" -rand = "0.8.5" +rand = "0.8.6" serde = { version = "1.0.183", default-features = false, features = ["derive"] } serde_json = { version = "1.0.104", default-features = false, features = ["std"] } siphasher = { version = "1.0.1", default-features = false } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 50da53289f..fff0055157 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -64,7 +64,7 @@ num-rational = { version = "0.4.1", default-features = false, features = ["num-b num-traits = { version = "0.2.19", default-features = false } pbkdf2 = { version = "0.12.1", default-features = false } poly1305 = { version = "0.8.0", default-features = false } -rand = { version = "0.8.5", default-features = false, features = ["alloc"] } +rand = { version = "0.8.6", default-features = false, features = ["alloc"] } rand_chacha = { version = "0.3.1", default-features = false } ruzstd = { version = "0.8.0", default-features = false } schnorrkel = { version = "0.11.2", default-features = false, features = ["preaudit_deprecated", "alloc"] } @@ -100,7 +100,7 @@ wasmtime = { version = "36.0.3", default-features = false, features = ["async", [dev-dependencies] criterion = "0.5.1" futures-executor = { version = "0.3.28", default-features = false } -rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] } +rand = { version = "0.8.6", default-features = false, features = ["std", "std_rng"] } tempfile = "3.10.0" wat = "1.216.0" diff --git a/light-base/Cargo.toml b/light-base/Cargo.toml index dc5529fcd6..67c655447b 100644 --- a/light-base/Cargo.toml +++ b/light-base/Cargo.toml @@ -30,7 +30,7 @@ hex = { version = "0.4.3", default-features = false } itertools = { version = "0.14.0", default-features = false, features = ["use_alloc"] } lru = { version = "0.16.3", default-features = false, features = ["hashbrown"] } # The `hashbrown` feature brings no-std compatibility. pin-project = "1.1.5" -rand = { version = "0.8.5", default-features = false, features = ["alloc"] } +rand = { version = "0.8.6", default-features = false, features = ["alloc"] } rand_chacha = { version = "0.3.1", default-features = false } serde = { version = "1.0.183", default-features = false, features = ["alloc", "derive"] } serde_json = { version = "1.0.104", default-features = false, features = ["alloc"] }