From 5ea52501663e2e265543497d5b85c8e502df76b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:21:44 +0000 Subject: [PATCH] Update Rust crate rand to 0.10 --- Cargo.toml | 2 +- src/crates/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0379977..7d5a735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" [dependencies] bellman = "0.14" -rand = "0.9" +rand = "0.10" bitcoin = "0.32.7" reqwest = "0.12.12" pairing = "0.23.0" diff --git a/src/crates/Cargo.toml b/src/crates/Cargo.toml index 5e13f0c..f7ceec5 100644 --- a/src/crates/Cargo.toml +++ b/src/crates/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] bellman = "0.14" -rand = "0.9" +rand = "0.10" bitcoin = "0.32.3" reqwest = "0.12.7" pairing = "0.23.0"