From a68a3525032897f8abd403d0c379fcb9a10ad08e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:22:23 +0000 Subject: [PATCH] Bump rsa from 0.9.9 to 0.9.10 in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [rsa](https://github.com/RustCrypto/RSA). Updates `rsa` from 0.9.9 to 0.9.10 - [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.10/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/RSA/compare/v0.9.9...v0.9.10) --- updated-dependencies: - dependency-name: rsa dependency-version: 0.9.10 dependency-type: direct:production dependency-group: cargo ... 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 50d7dfa..35fc1be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2025,9 +2025,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" +checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" dependencies = [ "const-oid", "digest", diff --git a/Cargo.toml b/Cargo.toml index 9addc09..731eac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ quote = "1" rand = "0.8.5" rand_core = "0.6" reqwest = { version = "0.12.24", default-features = false, features = ["json", "stream"] } -rsa = "0.9.9" +rsa = "0.9.10" schemars = { version = "0.8.22", features = ["url"] } secrecy = "0.10.3" serde = "1.0.228"