From d91c53cfbae0f798b5dc642fdf13fbeec8e09691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 20:30:40 +0000 Subject: [PATCH] :arrow_up: Update rand requirement from 0.8.0 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18b2e300..bb369078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ liblzma-sys = { path = "liblzma-sys", version = "0.4.3", default-features = fals num_cpus = { version = "1.16.0", optional = true } [dev-dependencies] -rand = "0.8.0" +rand = "0.9.2" quickcheck = "1.0.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies]