From 5bb106cb26b416ab08fe74b2958b0afb822348a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:59:50 +0000 Subject: [PATCH] build(deps): 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.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 19c16c50..a499b8da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ fxhash = "0.2.1" lazy_static = "1.2" quickcheck = "1.0" pretty_assertions = "1.0.0" -rand = "^0.8" +rand = "^0.9" is_sorted = "0.1" [[bench]]