Skip to content

Commit 113a5e9

Browse files
authored
Bump pkcs8 depenency to v0.11 (#688)
Relese PR: RustCrypto/formats#2314
1 parent ecd32e3 commit 113a5e9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

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.12", optional = true, default-features = false, features = ["alloc", "pem"] }
28+
pkcs8 = { version = "0.11", optional = true, default-features = false, features = ["alloc", "pem"] }
2929
serdect = { version = "0.4", optional = true }
3030
sha1 = { version = "0.11", optional = true, default-features = false, features = ["oid"] }
3131
sha2 = { version = "0.11", optional = true, default-features = false, features = ["oid"] }

0 commit comments

Comments
 (0)