Skip to content

Commit 2357fc9

Browse files
Bump rsa from 0.9.8 to 0.9.9 (#95)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96671ce commit 2357fc9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pack-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ deku = "0.19.1"
88
xml = "0.8.20"
99
zip = { version = "5.1.1", default-features = false, features = ["deflate"] }
1010
pem = "3.0.5"
11-
rsa = "0.9.8"
11+
rsa = "0.9.9"
1212
rasn = "0.27.2"

pack-sign/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cert-gen = ["dep:rcgen", "dep:rand"]
1616
[dependencies]
1717
pack-common = { path = "../pack-common" }
1818
pack-zip = { path = "../pack-zip" }
19-
rsa = { version = "0.9.8", features = ["sha2"] }
19+
rsa = { version = "0.9.9", features = ["sha2"] }
2020
sha2 = { version = "0.10.9", features = ["oid"] }
2121
deku = "0.19.1"
2222
byteorder = "1.5.0"

0 commit comments

Comments
 (0)