From 09ee9b5dd503d5fced8918b8c04d459129eed6f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 08:19:13 +0000 Subject: [PATCH] deps: bump rand from 0.8.5 to 0.9.2 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [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.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- orion-lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e9ea2c3..aed98a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2236,7 +2236,7 @@ dependencies = [ "pingora-timeout", "ppp", "pretty-duration", - "rand 0.8.5", + "rand 0.9.2", "regex", "rustc-hash 1.1.0", "rustls", diff --git a/orion-lib/Cargo.toml b/orion-lib/Cargo.toml index 3319e985..93622ae7 100644 --- a/orion-lib/Cargo.toml +++ b/orion-lib/Cargo.toml @@ -46,7 +46,7 @@ pin-project = "1.1.5" pingora-timeout = "0.3.0" ppp.workspace = true pretty-duration = "0.1.1" -rand = { version = "0.8.5", features = ["small_rng"] } +rand = { version = "0.9.2", features = ["small_rng"] } regex.workspace = true rustc-hash = "1.1.0" rustls = "0.23"