Skip to content

Commit 2c6aadd

Browse files
build(deps): bump pkcs8 from 0.11.0-rc.10 to 0.11.0-rc.11
Bumps [pkcs8](https://github.com/RustCrypto/formats) from 0.11.0-rc.10 to 0.11.0-rc.11. - [Commits](RustCrypto/formats@pkcs8/v0.11.0-rc.10...pkcs8/v0.11.0-rc.11) --- updated-dependencies: - dependency-name: pkcs8 dependency-version: 0.11.0-rc.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd8b499 commit 2c6aadd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ zeroize = { version = "1.8", features = ["alloc"] }
2525
# optional dependencies
2626
crypto-common = { version = "0.2", optional = true, features = ["getrandom"] }
2727
pkcs1 = { version = "0.8.0-rc.4", optional = true, default-features = false, features = ["alloc", "pem"] }
28-
pkcs8 = { version = "0.11.0-rc.10", optional = true, default-features = false, features = ["alloc", "pem"] }
28+
pkcs8 = { version = "0.11.0-rc.11", optional = true, default-features = false, features = ["alloc", "pem"] }
2929
serdect = { version = "0.4", optional = true }
3030
sha1 = { version = "0.11.0-rc.5", optional = true, default-features = false, features = ["oid"] }
3131
sha2 = { version = "0.11.0-rc.5", optional = true, default-features = false, features = ["oid"] }

0 commit comments

Comments
 (0)