From 72a04fee58796d6c7eed05a7a610d3053b8fb399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:16:40 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.8.5 to 0.10.2 in /rust/cli Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/cli/Cargo.toml b/rust/cli/Cargo.toml index 7d4b5e59..d200792b 100644 --- a/rust/cli/Cargo.toml +++ b/rust/cli/Cargo.toml @@ -22,7 +22,7 @@ serde_json = "1.0" hex = "0.4.3" sha2 = "0.10" env_logger = "0.11.3" -rand = "0.8.5" +rand = "0.10.2" serde_cbor = "0.11.2" typenum = "1.17.0" sha3 = "0.11.0-pre.3"