Skip to content

Commit e031c36

Browse files
authored
pkcs8 v0.11.0-rc.8 (#2089)
1 parent 490993a commit e031c36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkcs12/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ zeroize = { version = "1.8.1", optional = true, default-features = false }
2828

2929
[dev-dependencies]
3030
hex-literal = "1"
31-
pkcs8 = { version = "0.11.0-rc.7", features = ["pkcs5"] }
31+
pkcs8 = { version = "0.11.0-rc.8", features = ["pkcs5"] }
3232
pkcs5 = { version = "0.8.0-rc.9", features = ["pbes2", "3des"] }
3333
sha2 = "0.11.0-rc.3"
3434
whirlpool = "0.11.0-rc.3"

pkcs8/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkcs8"
3-
version = "0.11.0-rc.7"
3+
version = "0.11.0-rc.8"
44
description = """
55
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8:
66
Private-Key Information Syntax Specification (RFC 5208), with additional

0 commit comments

Comments
 (0)