From a96126241932bd3951fd205251f5c69a10f43d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:04:47 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.6 to 0.9.4 in /cli Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.6...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cli/Cargo.lock | 10 +++++----- cli/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index ae1a9371..379e200f 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -151,7 +151,7 @@ dependencies = [ "libloading", "linkme", "once_cell", - "rand 0.8.6", + "rand 0.8.7", "rustc_version_runtime", "serde", "serde_json", @@ -2820,9 +2820,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rand" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -3417,7 +3417,7 @@ dependencies = [ "keyring-core", "murmur3", "owo-colors 4.3.0", - "rand 0.8.6", + "rand 0.9.4", "reqwest", "serde", "serde_json", @@ -3454,7 +3454,7 @@ dependencies = [ "generator", "hex", "owo-colors 3.5.0", - "rand 0.8.6", + "rand 0.8.7", "rand_core 0.6.4", "rand_pcg", "scoped-tls", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5fe6b267..d5b854cc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -38,7 +38,7 @@ inquire = "0.9" jsonschema = "0.46" keyring-core = "1" owo-colors = { version = "4", features = ["supports-colors"] } -rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] } +rand = { version = "0.9", default-features = false, features = ["std", "std_rng"] } reqwest = { version = "0.13", default-features = false, features = ["json", "form", "rustls"] } serde = { version = "1", features = ["derive"] } serde_json = "1"