From af266b3c295186b956a492ee7b2b76b631545a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 09:46:41 +0000 Subject: [PATCH] Bump rand_chacha from 0.3.1 to 0.10.0 Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.3.1 to 0.10.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_chacha-0.3.1...0.10.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 38 +++++++++++++++++++++++++++----------- lib/Cargo.toml | 2 +- light-base/Cargo.toml | 2 +- 3 files changed, 29 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddea0380a8..b96b4b9b5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,7 +807,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" dependencies = [ "generic-array", - "rand_core", + "rand_core 0.6.4", "typenum", ] @@ -983,7 +983,7 @@ dependencies = [ "ed25519", "hashbrown 0.15.5", "pkcs8", - "rand_core", + "rand_core 0.6.4", "sha2 0.10.9", "subtle", "zeroize", @@ -1277,7 +1277,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -1691,7 +1691,7 @@ checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ "byteorder", "keccak", - "rand_core", + "rand_core 0.6.4", "zeroize", ] @@ -2113,8 +2113,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha", - "rand_core", + "rand_chacha 0.3.1", + "rand_core 0.6.4", ] [[package]] @@ -2124,7 +2124,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.6.4", +] + +[[package]] +name = "rand_chacha" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e6af7f3e25ded52c41df4e0b1af2d047e45896c2f3281792ed68a1c243daedb" +dependencies = [ + "ppv-lite86", + "rand_core 0.10.0", ] [[package]] @@ -2136,6 +2146,12 @@ dependencies = [ "getrandom 0.2.17", ] +[[package]] +name = "rand_core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" + [[package]] name = "rayon" version = "1.11.0" @@ -2294,7 +2310,7 @@ dependencies = [ "curve25519-dalek", "getrandom_or_panic", "merlin", - "rand_core", + "rand_core 0.6.4", "serde_bytes", "sha2 0.10.9", "subtle", @@ -2519,7 +2535,7 @@ dependencies = [ "pin-project", "poly1305", "rand", - "rand_chacha", + "rand_chacha 0.10.0", "rusqlite", "ruzstd", "schnorrkel", @@ -2597,7 +2613,7 @@ dependencies = [ "parking_lot", "pin-project", "rand", - "rand_chacha", + "rand_chacha 0.10.0", "serde", "serde_json", "siphasher", @@ -3536,7 +3552,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ "curve25519-dalek", - "rand_core", + "rand_core 0.6.4", "serde", "zeroize", ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 50da53289f..5761ffbaab 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -65,7 +65,7 @@ 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_chacha = { version = "0.3.1", default-features = false } +rand_chacha = { version = "0.10.0", default-features = false } ruzstd = { version = "0.8.0", default-features = false } schnorrkel = { version = "0.11.2", default-features = false, features = ["preaudit_deprecated", "alloc"] } serde = { version = "1.0.183", default-features = false, features = ["alloc", "derive"] } diff --git a/light-base/Cargo.toml b/light-base/Cargo.toml index dc5529fcd6..b3c80a7203 100644 --- a/light-base/Cargo.toml +++ b/light-base/Cargo.toml @@ -31,7 +31,7 @@ itertools = { version = "0.14.0", default-features = false, features = ["use_all 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_chacha = { version = "0.3.1", default-features = false } +rand_chacha = { version = "0.10.0", 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"] } siphasher = { version = "1.0.1", default-features = false }