From 7ce8f8738321805c84414988eff564cd7a4dbae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 18:20:10 +0000 Subject: [PATCH] :arrow_up: Update rand requirement from 0.8.0 to 0.9.0 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.9.0) --- updated-dependencies: - dependency-name: rand 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 ba70e3a3..9331308d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ liblzma-sys = { path = "liblzma-sys", version = "0.4.0", default-features = fals num_cpus = { version = "1.16.0", optional = true } [dev-dependencies] -rand = "0.8.0" +rand = "0.9.0" quickcheck = "1.0.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies]