Skip to content

Commit 1584fd1

Browse files
Bump pem from 3.0.4 to 3.0.5
Bumps [pem](https://github.com/jcreekmore/pem-rs) from 3.0.4 to 3.0.5. - [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md) - [Commits](jcreekmore/pem-rs@v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: pem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b44105 commit 1584fd1

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
@@ -7,6 +7,6 @@ edition = "2021"
77
deku = "0.18.1"
88
xml = "0.8.20"
99
zip = { version = "2.2.0", default-features = false, features = ["deflate"] }
10-
pem = "3.0.4"
10+
pem = "3.0.5"
1111
rsa = "0.9.6"
1212
rasn = "0.22.0"

pack-sign/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rsa = { version = "0.9.6", features = ["sha2"] }
2020
sha2 = { version = "0.10.8", features = ["oid"] }
2121
deku = "0.18.1"
2222
byteorder = "1.5.0"
23-
pem = "3.0.4"
23+
pem = "3.0.5"
2424
base64 = "0.22.1"
2525
rasn-cms = "0.22.0"
2626
rasn = "0.22.0"

0 commit comments

Comments
 (0)