Skip to content

Commit 302dd3f

Browse files
authored
pkcs8 v0.11.0-rc.11 (#2228)
1 parent bc1c747 commit 302dd3f

File tree

2 files changed

+3
-3
lines changed

2 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.

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.10"
3+
version = "0.11.0-rc.11"
44
description = """
55
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8:
66
Private-Key Information Syntax Specification (RFC 5208), with additional
@@ -17,7 +17,7 @@ edition = "2024"
1717
rust-version = "1.85"
1818

1919
[dependencies]
20-
der = { version = "0.8.0-rc.10", features = ["oid"] }
20+
der = { version = "0.8.0-rc.12", features = ["oid"] }
2121
spki = "0.8.0-rc.4"
2222

2323
# optional dependencies

0 commit comments

Comments
 (0)