From 7f8ec89f7b8ce642b7fb21e0eb6e90188d432523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 03:07:04 +0000 Subject: [PATCH] Update rand_chacha requirement from 0.9 to 0.10 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/commits) --- updated-dependencies: - dependency-name: rand_chacha dependency-version: 0.10.0 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 5747d887..f137306e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ proc-macro2 = "1.0" proptest-macro = { version = "0.5.0", path = "proptest-macro" } quote = "1.0" rand = { version = "0.9", default-features = false } -rand_chacha = { version = "0.9", default-features = false } +rand_chacha = { version = "0.10", default-features = false } rand_xorshift = "0.4" regex = "1.0" regex-syntax = "0.8"