From 941210e49648ef72eac356dceb2114a85decc4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:44:11 +0000 Subject: [PATCH] Update rand requirement from 0.8 to 0.9 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-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 1e27df97f..5973a4acb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ futures = "0.3.25" futures-util = "0.3.25" parking_lot = "0.12" pin-project = "1.0.12" -rand = "0.8" +rand = "0.9" criterion = "0.5.1" either = "1.8" tempdir = "0.3.7"