From beeed7e0183c4a7a81af71dff4986932b5d8383d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:15:00 +0000 Subject: [PATCH] Bump rsa from 0.9.8 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.8 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.8...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 | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7dd8838..76d10e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1217,11 +1217,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", @@ -1531,9 +1530,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.8" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" +checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" dependencies = [ "const-oid", "digest 0.10.7", diff --git a/Cargo.toml b/Cargo.toml index 9d47680..43e0855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ hex = "0.4" p256 = { version = "0.13.2", features = ["ecdsa-core", "arithmetic", "serde"] } phf = { version = "0.11.2", features = ["macros"] } ripemd = "0.1.3" -rsa = { version = "0.9.2" } +rsa = { version = "0.9.10" } schemars = "0.8.10" serde = { version = "1.0.203", default-features = false, features = ["derive"] } serde_json = "1.0.87"