From b7f0c3aa439be6c2c83a158d059360743d7fd644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 19:38:05 +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 d8ab4a3..0ec5be6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4916,7 +4916,7 @@ dependencies = [ "pretty_assertions", "proptest", "quinn", - "rand 0.8.5", + "rand 0.9.1", "raw-window-handle", "rayon", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 7dac15c..606df79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ zstd = "0.13.0" tracy-client = { version = "0.16.4", optional = true } fastrand = "2" -rand = "0.8" +rand = "0.9" bincode = "1.3" base64 = "0.22.1" chrono = "0.4.41"