From e402fdc6e8c0c4c9518f8f5dc227c1f2adc3ce5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:19:08 +0000 Subject: [PATCH] Bump rsa from 0.9.8 to 0.9.9 Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.8 to 0.9.9. - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/RSA/commits) --- updated-dependencies: - dependency-name: rsa dependency-version: 0.9.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- pack-common/Cargo.toml | 2 +- pack-sign/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46fc7b4..41b592a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1011,9 +1011,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.8" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" +checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" dependencies = [ "const-oid", "digest", diff --git a/pack-common/Cargo.toml b/pack-common/Cargo.toml index 32ff6dd..c072f08 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 = "5.1.1", default-features = false, features = ["deflate"] } pem = "3.0.5" -rsa = "0.9.8" +rsa = "0.9.9" rasn = "0.27.2" diff --git a/pack-sign/Cargo.toml b/pack-sign/Cargo.toml index 903e112..0e48827 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.8", features = ["sha2"] } +rsa = { version = "0.9.9", features = ["sha2"] } sha2 = { version = "0.10.9", features = ["oid"] } deku = "0.19.1" byteorder = "1.5.0"