From 3a7e01b22b501ec6bf50cc406b55eb93ed850b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 05:12:32 +0000 Subject: [PATCH] build(deps): update rand_chacha requirement in /test/cargo-fuzz 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/0.9.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 2b5e4048b6bd6..8826b99f757f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -467,7 +467,7 @@ qcell = "0.5" quote = "1.0.45" rand = "0.9.4" rand-8 = { package = "rand", version = "0.8.5", features = ["small_rng"] } -rand_chacha = "0.9.0" +rand_chacha = "0.10.0" rayon = "1.12.0" rdkafka = { version = "0.29.0", features = ["cmake-build", "libz-static", "ssl-vendored", "zstd"] } rdkafka-sys = { version = "4.3.0", features = ["cmake-build", "libz-static", "ssl-vendored", "zstd"] }