From cd8be0796d6ccdec89d4009f4607893e526629d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:39:13 +0000 Subject: [PATCH] build(deps): bump the cargo group across 2 directories with 1 update Bumps the cargo group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Bumps the cargo group with 1 update in the /fuzz directory: [rand](https://github.com/rust-random/rand). Updates `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) Updates `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: indirect dependency-group: cargo - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- fuzz/Cargo.lock | 11 ++--------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 842de77..6011b69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1487,9 +1487,9 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" [[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/fuzz/Cargo.lock b/fuzz/Cargo.lock index 28766a4..42ba667 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -1313,9 +1313,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", @@ -1341,12 +1341,6 @@ dependencies = [ "getrandom 0.2.15", ] -[[package]] -name = "ranges" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "350932f7e8b2d0333d2537f42671a837473576c00e128fbee84c819ea08783b5" - [[package]] name = "rayon" version = "1.10.0" @@ -1453,7 +1447,6 @@ dependencies = [ "itertools", "log", "progress-streams", - "ranges", "rayon", "regex", "reqwest",