From 06332cc8ef70c7328a76c639a8291dd5091c04db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:23:24 +0000 Subject: [PATCH] chore(deps): Bump rand from 0.9.2 to 0.9.3 in /cli Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/Cargo.lock | 6 +++--- cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 6fa20dc3..cbda3a4a 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -442,7 +442,7 @@ dependencies = [ "open", "opentelemetry", "pin-project", - "rand 0.9.2", + "rand 0.9.3", "regex", "reqwest", "rmp-serde", @@ -2109,9 +2109,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7a4b9a07..a12399d0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -28,7 +28,7 @@ serde_json = "1.0.149" rmp-serde = "1.1.1" uuid = { version = "1.16", features = ["serde", "v4"] } dirs = "5.0.1" -rand = "0.9.2" +rand = "0.9.3" opentelemetry = { version = "0.20.0", features = ["rt-tokio"] } serde_bytes = "0.11.19" chrono = { version = "0.4.43", features = ["serde", "std", "clock"], default-features = false }