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"