From c28add0857fad58a25b42104664b4ec6e9a30c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 04:02:09 +0000 Subject: [PATCH] build(deps): update rand requirement from 0.8.0 to 0.9.2 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.8.5) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.5 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 5d13225a..6e691549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ members = [ [workspace.dependencies] serde_json = "1.0.41" criterion = "0.6.0" -rand = { version = "0.8.0", default-features = false } +rand = { version = "0.9.2", default-features = false } hex-literal = "1.0.0" scale-info = { version = ">=1.0, <3", default-features = false } quickcheck = "1"