From 950a32bc2297a070f1c1d9d4905a662407aa4e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 23:58:29 +0000 Subject: [PATCH] Update rand_chacha requirement from 0.3 to 0.9 Updates the requirements on [rand_chacha](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/rand_chacha-0.3.0...rand_chacha-0.3.1) --- updated-dependencies: - dependency-name: rand_chacha dependency-version: 0.3.1 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 1bbe790..a722f85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ console-subscriber = "0.4" hex = "0.4" quinn = "0.10" quinn-proto = "0.10" -rand_chacha = "0.3" +rand_chacha = "0.9" rand_core = "0.6" rcgen = "0.11" rustls = { version = "0.21", features = ["dangerous_configuration"] }