From a98df481037c6a997073fe2a5602ff626788a400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 17:48:17 +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 | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e27c41..2ed3b6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ dependencies = [ "pem-rfc7468", "postcard", "prometheus", - "rand 0.8.5", + "rand 0.9.1", "rayon", "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 335b271..357eca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ p256 = { version = "0.13", features = ["ecdsa", "pkcs8", "ecdsa-core"] } signature = "2.2" toml = "0.8" config = "0.15" -rand = "0.8" +rand = "0.9" tikv-jemallocator = { version = "0.6.0", features = ["background_threads"] } subtle = "2.5" futures = "0.3"