From 6842ca41af8d3d519561a712768d88a3c2ba2ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:50:36 +0000 Subject: [PATCH] Update rand_core requirement from 0.6 to 0.10 Updates the requirements on [rand_core](https://github.com/rust-random/rand_core) to permit the latest version. - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand_core/compare/v0.6.0...v0.10.1) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.10.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 83fea93..97b07d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ ark-serialize = { version = "0.6.0", optional = true } ark-std = { version = "0.6.0", optional = true } memmap2 = "0.9.5" nohash-hasher = "0.2.0" -rand_core = { version = "0.6", default-features = false } +rand_core = { version = "0.10", default-features = false } rayon = { version = "1.10", optional = true } spongefish = { version = "0.7.0", features = ["ark-ff"], optional = true } zerocopy = { version = "0.8", features = ["derive"] }