From 6fda59decd6a588e5d7744318fa04aa284f400fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:47:34 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.4 to 0.8.6 Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 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.4...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++------------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc4b112d..72abe3f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1772,14 +1772,13 @@ checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8" [[package]] name = "rand" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha", "rand_core", - "rand_hc", ] [[package]] @@ -1801,15 +1800,6 @@ dependencies = [ "getrandom", ] -[[package]] -name = "rand_hc" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" -dependencies = [ - "rand_core", -] - [[package]] name = "rayon" version = "1.5.1" diff --git a/Cargo.toml b/Cargo.toml index 0f007771..f6a6448a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ isahc = { version = "1.5.1", features = ["json"] } jwalk = "0.6.0" lazy_static = "1.4.0" miette = { version = "3.2.0", features = ["fancy"] } -rand = "0.8.4" +rand = "0.8.6" regex = "1.5.5" reqwest = { version = "0.11.10", features = [ "json",