Skip to content

Commit 1e1fedd

Browse files
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](RustCrypto/RSA@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] <support@github.com>
1 parent 7b60931 commit 1e1fedd

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 5 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 = "7.0.0", default-features = false, features = ["deflate"] }
1010
pem = "3.0.5"
11-
rsa = "0.9.9"
11+
rsa = "0.9.10"
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.9", features = ["sha2"] }
19+
rsa = { version = "0.9.10", 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)