From a7931a8b73d372fcb09aa5ff4baec37295704646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:20:28 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.6 to 0.9.4 Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.6...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- builtins/plugins/identity-jwt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2927d83..0fa685ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -878,7 +878,7 @@ dependencies = [ "futures", "jsonwebtoken", "mockito", - "rand 0.8.6", + "rand 0.9.4", "reqwest", "rsa", "serde", diff --git a/builtins/plugins/identity-jwt/Cargo.toml b/builtins/plugins/identity-jwt/Cargo.toml index 7fd1a54b..85ef5bf1 100644 --- a/builtins/plugins/identity-jwt/Cargo.toml +++ b/builtins/plugins/identity-jwt/Cargo.toml @@ -90,7 +90,7 @@ rsa = { version = "0.9", features = ["pem"] } # satisfies that. Pinned to 0.8: rsa 0.9 (latest stable) depends on # rand_core 0.6, which rand 0.9 (rand_core 0.9) no longer implements, # so the two are incompatible until rsa 0.10 ships. Test-only dep. -rand = "0.8" +rand = "0.9" [lints] workspace = true