From f8cdb5a4349b57a03f2927246b6c1fe387bbd7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:16:12 +0000 Subject: [PATCH] build(deps): update rand requirement from 0.8.0 to 0.9.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.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 f5c0aef2..540bca8d 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.1", default-features = false } hex-literal = "1.0.0" scale-info = { version = ">=1.0, <3", default-features = false } quickcheck = "1"