Skip to content

Commit 611086b

Browse files
Bump rasn from 0.27.2 to 0.28.0
Bumps [rasn](https://github.com/librasn/rasn) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/librasn/rasn/releases) - [Changelog](https://github.com/librasn/rasn/blob/main/CHANGELOG.md) - [Commits](librasn/rasn@rasn-v0.27.2...rasn-v0.28.0) --- updated-dependencies: - dependency-name: rasn dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d87ba78 commit 611086b

File tree

3 files changed

+58
-10
lines changed

3 files changed

+58
-10
lines changed

Cargo.lock

Lines changed: 56 additions & 8 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 = "5.1.1", default-features = false, features = ["deflate"] }
1010
pem = "3.0.5"
1111
rsa = "0.9.8"
12-
rasn = "0.27.2"
12+
rasn = "0.28.0"

pack-sign/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ byteorder = "1.5.0"
2323
pem = "3.0.5"
2424
base64 = "0.22.1"
2525
rasn-cms = "0.27.3"
26-
rasn = "0.27.2"
26+
rasn = "0.28.0"
2727
rasn-pkix = "0.27.3"
2828
# This is required for randomly generated X.509 Certificates.
2929
# If you are providing your own certificate to PACK, turn it off.

0 commit comments

Comments
 (0)