From d13a413362218ee8f509468960a866fed302333e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:47:47 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.8.6 in /cli Bumps [rand](https://github.com/rust-random/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: direct:production ... Signed-off-by: dependabot[bot] --- cli/Cargo.lock | 20 ++++++++++---------- cli/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 992e23a44100c..244086dc56ede 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -428,7 +428,7 @@ dependencies = [ "open", "opentelemetry", "pin-project", - "rand 0.8.5", + "rand 0.8.6", "regex", "reqwest", "rmp-serde", @@ -1615,7 +1615,7 @@ checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" dependencies = [ "num-integer", "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -1798,7 +1798,7 @@ dependencies = [ "once_cell", "opentelemetry_api", "percent-encoding", - "rand 0.8.5", + "rand 0.8.6", "thiserror", "tokio", "tokio-stream", @@ -2018,9 +2018,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 0.3.1", @@ -2214,7 +2214,7 @@ dependencies = [ "num-bigint", "once_cell", "openssl", - "rand 0.8.5", + "rand 0.8.6", "russh-cryptovec", "russh-keys", "sha1", @@ -2335,7 +2335,7 @@ dependencies = [ "num", "once_cell", "openssl", - "rand 0.8.5", + "rand 0.8.6", "serde", "zbus", ] @@ -2827,7 +2827,7 @@ dependencies = [ "httparse", "log", "native-tls", - "rand 0.8.5", + "rand 0.8.6", "sha1", "thiserror", "url", @@ -2845,7 +2845,7 @@ dependencies = [ "hyper", "log", "os_info", - "rand 0.8.5", + "rand 0.8.6", "reqwest", "russh", "russh-keys", @@ -3362,7 +3362,7 @@ dependencies = [ "nix", "once_cell", "ordered-stream", - "rand 0.8.5", + "rand 0.8.6", "serde", "serde_repr", "sha1", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f6e2f96dbd476..56918a4399cc7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -28,7 +28,7 @@ serde_json = "1.0.96" rmp-serde = "1.1.1" uuid = { version = "1.4", features = ["serde", "v4"] } dirs = "5.0.1" -rand = "0.8.5" +rand = "0.8.6" opentelemetry = { version = "0.19.0", features = ["rt-tokio"] } serde_bytes = "0.11.9" chrono = { version = "0.4.26", features = ["serde", "std", "clock"], default-features = false }