From 867a1b1872ccb41c084e9ca577db5c464ebb990b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:56:13 +0000 Subject: [PATCH] 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/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 0abf411..7f11d3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ ark-bls12-381 = { version = "0.5" } ark-ec = { version = "0.5", default-features = false } ark-ff = { version = "0.5", default-features = false } ark-serialize = { version = "0.5", default-features = false } -rand_chacha = { version = "0.3" } +rand_chacha = { version = "0.10" } [dev-dependencies] criterion = "0.8"