From b8e762e6aeae64849aed567b525e44dbc8c5b79e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:39:43 +0000 Subject: [PATCH] build(deps): update rand requirement from 0.8.0 to 0.10.1 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.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 906b4690..a8a4a2f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ members = [ [workspace.dependencies] serde_json = "1.0.41" criterion = "0.8.1" -rand = { version = "0.8.0", default-features = false } +rand = { version = "0.10.1", default-features = false } hex-literal = "1.0.0" scale-info = { version = ">=1.0, <3", default-features = false } quickcheck = "1"