From 0a4cbd07d022acb5318ea744efdd857dde5d5e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 16:03:51 +0000 Subject: [PATCH] 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.10.1 dependency-type: direct:production ... 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 b4d4964..0a3f8c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5335,7 +5335,7 @@ dependencies = [ "hex", "jsonwebtoken", "p256", - "rand 0.8.6", + "rand 0.9.4", "reqwest", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 528808b..4057d20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ serde_json = "1" # OAuth / crypto p256 = { version = "0.13", features = ["jwk", "ecdsa", "pem"] } ecdsa = { version = "0.16", features = ["signing", "verifying"] } -rand = "0.8" +rand = "0.9" sha2 = "0.10" base64 = "0.22" hex = "0.4"