From de0cf6f8564ea967d219b0a8e0965c8d02eee01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 07:36:24 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.9.1 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.1. - [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.8.5...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edec169f..10e30f13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -840,7 +840,7 @@ dependencies = [ "fr-common", "fr-limited-vec", "hex", - "rand 0.8.5", + "rand 0.9.1", "sha3", "thiserror 2.0.12", "tracing", @@ -1016,7 +1016,7 @@ dependencies = [ "fr-state-merkle", "hex", "paste", - "rand 0.8.5", + "rand 0.9.1", "tempfile", "thiserror 2.0.12", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 5f50f1b5..32763208 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ paste = "1.0.15" proc-macro2 = "1.0.95" quinn = "0.11.8" quote = "1.0.40" -rand = "0.8.5" +rand = "0.9.1" rcgen = "0.13.2" rocksdb = { version = "0.23.0", default-features = false, features = ["snappy"] } rustls = { version = "0.23.27", default-features = false, features = ["std"] }