From 2ce5e24f4a7471572e7e0686c40e1c50a545ddd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:19:02 +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.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 027d039..7ab4ae9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ papaya = "0.1.8" percent-encoding = "2.1" protobuf = { version = "3.0", features = ["with-bytes"] } quick-error = "2" -rand = "0.8" +rand = "0.9" rand_chacha = "0.3" recrypt = "0.14" regex = "1.4"