Skip to content

Commit ba98810

Browse files
authored
pkcs5,pkcs8: new release candidates (#2176)
pkcs5 0.8.0-rc.12 pkcs8 0.11.0-rc.9
1 parent 8811b55 commit ba98810

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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.

cms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ aes = "0.9.0-rc.2"
4040
getrandom = "0.4.0-rc.0"
4141
hex-literal = "1"
4242
pem-rfc7468 = "1"
43-
pkcs5 = "0.8.0-rc.11"
43+
pkcs5 = "0.8.0-rc.12"
4444
pbkdf2 = "0.13.0-rc.6"
4545
rand = "0.10.0-rc.6"
4646
rsa = { version = "0.10.0-rc.11", features = ["sha2"] }

pkcs12/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ 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.8", features = ["pkcs5"] }
32-
pkcs5 = { version = "0.8.0-rc.11", features = ["pbes2", "3des"] }
31+
pkcs8 = { version = "0.11.0-rc.9", features = ["pkcs5"] }
32+
pkcs5 = { version = "0.8.0-rc.12", features = ["pbes2", "3des"] }
3333
sha2 = "0.11.0-rc.3"
3434
whirlpool = "0.11.0-rc.3"
3535

pkcs5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkcs5"
3-
version = "0.8.0-rc.11"
3+
version = "0.8.0-rc.12"
44
description = """
55
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5:
66
Password-Based Cryptography Specification Version 2.1 (RFC 8018)

pkcs8/Cargo.toml

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

2323
# optional dependencies
2424
rand_core = { version = "0.10.0-rc-3", optional = true, default-features = false }
25-
pkcs5 = { version = "0.8.0-rc.11", optional = true, features = ["rand_core"] }
25+
pkcs5 = { version = "0.8.0-rc.12", optional = true, features = ["rand_core"] }
2626
subtle = { version = "2", optional = true, default-features = false }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)