From 5ce375016d7b41d31bb06c351f228f32f16bfeb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:53:36 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.8.5 to 0.9.2 --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- codetable/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9d54ee9..7d49b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde = ["dep:serde"] [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"], optional = true } quickcheck = { version = "1.0.3", optional = true } -rand = { version = "0.8.5", optional = true, features = ["small_rng"] } +rand = { version = "0.9.2", optional = true, features = ["small_rng"] } serde = { version = "1.0.116", optional = true, default-features = false } unsigned-varint = { version = "0.8.0", default-features = false } arbitrary = { version = "1.1.0", optional = true } @@ -38,6 +38,6 @@ core2 = { version = "0.4.0", default-features = false } hex = "0.4.2" serde_json = "1.0.58" quickcheck = "1.0.3" -rand = "0.8.5" +rand = "0.9.2" arbitrary = "1.1.0" serde_test = "1.0.160" diff --git a/codetable/Cargo.toml b/codetable/Cargo.toml index 03a4709..4c65d35 100644 --- a/codetable/Cargo.toml +++ b/codetable/Cargo.toml @@ -40,7 +40,7 @@ arbitrary = { version = "1.3.2", optional = true, features = ["derive"] } hex = "0.4.2" unsigned-varint = { version = "0.8.0", default-features = false } criterion = "0.5.1" -rand = "0.8.5" +rand = "0.9.2" [[bench]] name = "multihash"