From 55414f7990ec34683661036151f8336a0f452b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 23:41:44 +0000 Subject: [PATCH] chore(deps): update rand_chacha requirement from 0.3 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/compare/rand_chacha-0.3.0...0.10.0) --- 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 33aa68b6..16233fd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tempfile = "3.20.0" varint-rs = "2.2.0" xxhash-rust = { version = "0.8.15", features = ["xxh3"] } aes-gcm = { version = "0.10", optional = true, features = ["aes"] } -rand_chacha = { version = "0.3", optional = true } +rand_chacha = { version = "0.10", optional = true } [target.'cfg(target_os = "linux")'.dependencies] io-uring = { version = "0.7", optional = true }