From 915411f06ae0d5ed4d44b27c15b4e234dc79ea67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:20:48 +0000 Subject: [PATCH] Bump rsa from 0.9.8 to 0.9.10 Bumps [rsa](https://github.com/RustCrypto/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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++------ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 385fd17..0cc9a7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,11 +997,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", @@ -1074,7 +1073,7 @@ dependencies = [ [[package]] name = "oks" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "clap", @@ -1372,9 +1371,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", diff --git a/Cargo.toml b/Cargo.toml index 0956721..fa530a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ yubihsm = { git = "https://github.com/oxidecomputer/yubihsm.rs", branch = "sessi zeroize = "1.8.1" zeroize_derive = "1.4.2" glob = "0.3.2" -rsa = "0.9.8" +rsa = "0.9.10" sha2 = "0.10.9" zerocopy = { version = "0.8.26", features = ["derive", "std", "zerocopy-derive"] } const_format = "0.2.34"