From 80794e3b80f52664f57c2cd295194e52db4faa54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 11:06:49 +0000 Subject: [PATCH] build(deps): bump rand_chacha from 0.3.1 to 0.9.0 Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.3.1 to 0.9.0. - [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/rand_chacha-0.3.1...0.9.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-version: 0.9.0 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 6b476822..93ae7cd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2829,7 +2829,7 @@ dependencies = [ "p521", "percent-encoding", "rand 0.8.5", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "reqwest", "rstest", "rstest_reuse", diff --git a/Cargo.toml b/Cargo.toml index 1eebddbe..5be36c2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,4 +82,4 @@ oauth2 = { version = "5", default-features = false } http = { version = "1", default-features = false } # Keep keycloak versions in sync (search for this comment to find all places to update) keycloak = "26.3.202" -rand_chacha = { version = "0.3", default-features = false } +rand_chacha = { version = "0.9", default-features = false }