Skip to content

Commit b3c52e7

Browse files
authored
Cut new prereleases (#1933)
Releases the following: - `der` v0.8.0-rc.7 - `pkcs1` v0.8.0-rc.3 - `pkcs5` v0.8.0-rc.6 - `pkcs8` v0.11.0-rc.6 - `sec1` v0.8.0-rc.8 - `spki` v0.8.0-rc.4
1 parent 17bb026 commit b3c52e7

File tree

15 files changed

+39
-39
lines changed

15 files changed

+39
-39
lines changed

Cargo.lock

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

cmpv2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ rust-version = "1.85"
1717

1818
[dependencies]
1919
crmf = "=0.3.0-pre.0"
20-
der = { version = "0.8.0-rc.6", features = ["alloc", "derive", "flagset", "oid"] }
21-
spki = { version = "0.8.0-rc.3" }
20+
der = { version = "0.8.0-rc.7", features = ["alloc", "derive", "flagset", "oid"] }
21+
spki = "0.8.0-rc.4"
2222
x509-cert = { version = "0.3.0-rc.0", default-features = false }
2323

2424
digest = { version = "0.11.0-pre.10", optional = true, default-features = false }

cms/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ rust-version = "1.85"
1616

1717
[dependencies]
1818
const-oid = { version = "0.10", features = ["db"] }
19-
der = { version = "0.8.0-rc.6", features = ["alloc", "derive", "oid"] }
20-
spki = { version = "0.8.0-rc.3" }
19+
der = { version = "0.8.0-rc.7", features = ["alloc", "derive", "oid"] }
20+
spki = "0.8.0-rc.4"
2121
x509-cert = { version = "0.3.0-rc.0", default-features = false }
2222

2323
# optional dependencies
@@ -40,7 +40,7 @@ aes = "0.9.0-rc.0"
4040
getrandom = "0.3"
4141
hex-literal = "1"
4242
pem-rfc7468 = "1.0.0-rc.1"
43-
pkcs5 = "0.8.0-rc.5"
43+
pkcs5 = "0.8.0-rc.6"
4444
pbkdf2 = "0.13.0-rc.0"
4545
rand = "0.9"
4646
rsa = { version = "0.10.0-rc.1", features = ["sha2"] }

crmf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-version = "1.85"
1717

1818
[dependencies]
1919
cms = "=0.3.0-pre.0"
20-
der = { version = "0.8.0-rc.6", features = ["alloc", "derive"] }
20+
der = { version = "0.8.0-rc.7", features = ["alloc", "derive"] }
2121
spki = "0.8.0-rc.3"
2222
x509-cert = { version = "0.3.0-rc.0", default-features = false }
2323

der/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "der"
3-
version = "0.8.0-rc.6"
3+
version = "0.8.0-rc.7"
44
description = """
55
Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules
66
(DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with

gss-api/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ edition = "2024"
1616
rust-version = "1.85"
1717

1818
[dependencies]
19-
der = { version = "0.8.0-rc.6", features = ["oid", "alloc"] }
20-
spki = { version = "0.8.0-rc.3" }
19+
der = { version = "0.8.0-rc.7", features = ["oid", "alloc"] }
20+
spki = "0.8.0-rc.4"
2121
x509-cert = { version = "0.3.0-rc.0", default-features = false }
2222

2323
[dev-dependencies]
24-
der = { version = "0.8.0-rc.6", features = ["oid", "pem", "alloc"] }
24+
der = { version = "0.8.0-rc.7", features = ["oid", "pem", "alloc"] }
2525
hex-literal = "1"
2626
x509-cert = { version = "0.3.0-rc.0", default-features = false, features = ["pem"] }
2727

pkcs1/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkcs1"
3-
version = "0.8.0-rc.2"
3+
version = "0.8.0-rc.3"
44
description = """
55
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #1:
66
RSA Cryptography Specifications Version 2.2 (RFC 8017)
@@ -16,8 +16,8 @@ edition = "2024"
1616
rust-version = "1.85"
1717

1818
[dependencies]
19-
der = { version = "0.8.0-rc.6", features = ["oid"] }
20-
spki = { version = "0.8.0-rc.3" }
19+
der = { version = "0.8.0-rc.7", features = ["oid"] }
20+
spki = "0.8.0-rc.4"
2121

2222
[dev-dependencies]
2323
const-oid = { version = "0.10", features = ["db"] }

pkcs12/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ edition = "2024"
1616
rust-version = "1.85"
1717

1818
[dependencies]
19-
der = { version = "0.8.0-rc.6", features = ["alloc", "derive", "oid"], default-features = false }
20-
spki = { version = "0.8.0-rc.3", default-features = false }
19+
der = { version = "0.8.0-rc.7", features = ["alloc", "derive", "oid"], default-features = false }
20+
spki = { version = "0.8.0-rc.4", default-features = false }
2121
x509-cert = { version = "0.3.0-rc.0", default-features = false }
2222
const-oid = { version = "0.10.0", features = ["db"], default-features = false }
2323
cms = { version = "=0.3.0-pre.0", default-features = false }
@@ -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.5", features = ["pkcs5", "getrandom"] }
32-
pkcs5 = { version = "0.8.0-rc.5", features = ["pbes2", "3des"] }
31+
pkcs8 = { version = "0.11.0-rc.6", features = ["pkcs5", "getrandom"] }
32+
pkcs5 = { version = "0.8.0-rc.6", features = ["pbes2", "3des"] }
3333
sha2 = "0.11.0-rc.0"
3434
whirlpool = "0.11.0-rc.0"
3535

pkcs5/Cargo.toml

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

1818
[dependencies]
19-
der = { version = "0.8.0-rc.6", features = ["oid"] }
20-
spki = { version = "0.8.0-rc.3" }
19+
der = { version = "0.8.0-rc.7", features = ["oid"] }
20+
spki = "0.8.0-rc.4"
2121

2222
# optional dependencies
2323
cbc = { version = "0.2.0-rc.0", optional = true }

pkcs8/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkcs8"
3-
version = "0.11.0-rc.5"
3+
version = "0.11.0-rc.6"
44
description = """
55
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8:
66
Private-Key Information Syntax Specification (RFC 5208), with additional
@@ -17,12 +17,12 @@ edition = "2024"
1717
rust-version = "1.85"
1818

1919
[dependencies]
20-
der = { version = "0.8.0-rc.6", features = ["oid"] }
21-
spki = { version = "0.8.0-rc.3" }
20+
der = { version = "0.8.0-rc.7", features = ["oid"] }
21+
spki = "0.8.0-rc.4"
2222

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

2828
[dev-dependencies]

0 commit comments

Comments
 (0)