From fcdf201a27bfb982c4a754a37114001e443d322d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:20:38 +0000 Subject: [PATCH] build(deps): bump rsa from 0.9.7 to 0.9.10 Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.7 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.7...v0.9.10) --- updated-dependencies: - dependency-name: rsa dependency-version: 0.9.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- src/auth/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61809368ab..db12008a6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4727,11 +4727,10 @@ dependencies = [ [[package]] name = "num-bigint-dig" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" +checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" dependencies = [ - "byteorder", "lazy_static", "libm", "num-integer", @@ -5175,9 +5174,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.7" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519" +checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" dependencies = [ "const-oid", "digest", diff --git a/src/auth/Cargo.toml b/src/auth/Cargo.toml index 6c998612e1..8d6e706ee4 100644 --- a/src/auth/Cargo.toml +++ b/src/auth/Cargo.toml @@ -44,7 +44,7 @@ axum = "0.8.1" mockall = "0.13.1" rand = "0.8.5" regex = "1.11.1" -rsa = { version = "0.9.7", features = ["pem"] } +rsa = { version = "0.9.10", features = ["pem"] } scoped-env = "2.1.0" serial_test = "3.2.0" tempfile = "3.17.0"