From 1e1fedd0f492b1bd4e0e10c25a6b68255382134d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:21:52 +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 | 9 ++++----- pack-common/Cargo.toml | 2 +- pack-sign/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62adc8b..4d8caf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,11 +574,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", @@ -1091,9 +1090,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/pack-common/Cargo.toml b/pack-common/Cargo.toml index 469a705..d22f939 100644 --- a/pack-common/Cargo.toml +++ b/pack-common/Cargo.toml @@ -8,5 +8,5 @@ deku = "0.19.1" xml = "0.8.20" zip = { version = "7.0.0", default-features = false, features = ["deflate"] } pem = "3.0.5" -rsa = "0.9.9" +rsa = "0.9.10" rasn = "0.27.2" diff --git a/pack-sign/Cargo.toml b/pack-sign/Cargo.toml index 4a4eb7e..2a5c885 100644 --- a/pack-sign/Cargo.toml +++ b/pack-sign/Cargo.toml @@ -16,7 +16,7 @@ cert-gen = ["dep:rcgen", "dep:rand"] [dependencies] pack-common = { path = "../pack-common" } pack-zip = { path = "../pack-zip" } -rsa = { version = "0.9.9", features = ["sha2"] } +rsa = { version = "0.9.10", features = ["sha2"] } sha2 = { version = "0.10.9", features = ["oid"] } deku = "0.19.1" byteorder = "1.5.0"