From b52dbdc52d3503bca86e568f7432feba9b50cf58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 08:58:51 +0000 Subject: [PATCH] build(deps): bump rand_core from 0.6.4 to 0.9.3 Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.4 to 0.9.3. - [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/commits) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.9.3 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 240df0c1e..c9e29c3d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3658,7 +3658,7 @@ dependencies = [ "mas-jose", "oauth2-types", "opentelemetry", - "rand_core 0.6.4", + "rand_core 0.9.3", "serde", "serde_json", "thiserror 2.0.12", diff --git a/Cargo.toml b/Cargo.toml index 62af1756a..aa34690d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -494,7 +494,7 @@ version = "0.8.5" [workspace.dependencies.rand_chacha] version = "0.3.1" [workspace.dependencies.rand_core] -version = "0.6.4" +version = "0.9.3" # Regular expressions [workspace.dependencies.regex]