From 7a6a435fd1f53394bf40c24b7c92922ab82e4256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 02:59:23 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.5 to 0.9.1 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.1. - [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/0.8.5...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++--------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5a0376e..04591bec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2091,7 +2091,7 @@ dependencies = [ "lazy_static", "num-traits", "rand 0.9.1", - "rand_chacha 0.9.0", + "rand_chacha", "rand_xorshift", "regex-syntax", "rusty-fork", @@ -2212,8 +2212,6 @@ version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ - "libc", - "rand_chacha 0.3.1", "rand_core 0.6.4", ] @@ -2223,20 +2221,10 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" dependencies = [ - "rand_chacha 0.9.0", + "rand_chacha", "rand_core 0.9.3", ] -[[package]] -name = "rand_chacha" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" -dependencies = [ - "ppv-lite86", - "rand_core 0.6.4", -] - [[package]] name = "rand_chacha" version = "0.9.0" @@ -2592,7 +2580,7 @@ dependencies = [ "proptest", "quickcheck", "quickcheck_macros", - "rand 0.8.5", + "rand 0.9.1", "reqwest", "self_update", "semver", diff --git a/Cargo.toml b/Cargo.toml index 0a8a0e2e..f5b20dcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ cranelift-native = "0.121" # Debug symbol support gimli = { version = "0.31", features = ["write"] } target-lexicon = "0.12" -rand = "0.8" +rand = "0.9" toml = "0.9" serde = { version = "1.0", features = ["derive"] } semver = "1.0"