From 0bde97064f4d15ba9b418e5d736adbcc834187c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 11:06:33 +0000 Subject: [PATCH] build(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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b476822..0a19e238 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2828,7 +2828,7 @@ dependencies = [ "p384", "p521", "percent-encoding", - "rand 0.8.5", + "rand 0.9.2", "rand_chacha 0.3.1", "reqwest", "rstest", @@ -4202,7 +4202,7 @@ dependencies = [ "oauth2", "openidconnect", "pem", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "rstest", "rusty-acme", diff --git a/Cargo.toml b/Cargo.toml index 1eebddbe..11d2929f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ p384 = { version = "0.13", default-features = false } p521 = { version = "0.13", default-features = false } pem = { version = "3.0", default-features = false, features = ["std"] } percent-encoding = { version = "2.3", default-features = false } -rand = { version = "0.8", default-features = false } +rand = { version = "0.9", default-features = false } sec1 = { version = "0.7", default-features = false } serde = { version = "1.0", default-features = false } serde_json = { version = "1.0", default-features = false }