Skip to content

Commit bd85081

Browse files
authored
elliptic-curve: bump pkcs8 dependency to v0.11.0-rc.8 (#2080)
1 parent 1c34c14 commit bd85081

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ hkdf = { version = "0.13.0-rc.3", optional = true, default-features = false }
3232
hex-literal = { version = "1", optional = true }
3333
once_cell = { version = "1.21", optional = true, default-features = false }
3434
pem-rfc7468 = { version = "1.0.0-rc.2", optional = true, features = ["alloc"] }
35-
pkcs8 = { version = "0.11.0-rc.7", optional = true, default-features = false }
35+
pkcs8 = { version = "0.11.0-rc.8", optional = true, default-features = false }
3636
sec1 = { version = "0.8.0-rc.10", optional = true, features = ["subtle", "zeroize"] }
3737
serdect = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
3838

0 commit comments

Comments
 (0)