Skip to content

Commit bc480fc

Browse files
Bump rasn-* packages from 0.22.0 to 0.25.1 (#10)
* Bump rasn from 0.22.0 to 0.25.1 Bumps [rasn](https://github.com/librasn/rasn) from 0.22.0 to 0.25.1. - [Release notes](https://github.com/librasn/rasn/releases) - [Changelog](https://github.com/librasn/rasn/blob/main/CHANGELOG.md) - [Commits](librasn/rasn@rasn-v0.22.0...rasn-v0.25.1) --- updated-dependencies: - dependency-name: rasn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump all rasn packages in lockstep --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Soutar <[email protected]>
1 parent 3dee157 commit bc480fc

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

Cargo.lock

Lines changed: 17 additions & 10 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
@@ -9,4 +9,4 @@ xml = "0.8.20"
99
zip = { version = "2.2.3", default-features = false, features = ["deflate"] }
1010
pem = "3.0.5"
1111
rsa = "0.9.6"
12-
rasn = "0.22.0"
12+
rasn = "0.25.1"

pack-sign/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ deku = "0.18.1"
2222
byteorder = "1.5.0"
2323
pem = "3.0.5"
2424
base64 = "0.22.1"
25-
rasn-cms = "0.22.0"
26-
rasn = "0.22.0"
27-
rasn-pkix = "0.22.0"
25+
rasn-cms = "0.25.1"
26+
rasn = "0.25.1"
27+
rasn-pkix = "0.25.1"
2828
# This is required for randomly generated X.509 Certificates.
2929
# If you are providing your own certificate to PACK, turn it off.
3030
# It depends on a lot of crypto code.

0 commit comments

Comments
 (0)