Skip to content

Commit 8250383

Browse files
authored
elliptic-curve: bump pkcs8 to v0.11.0-rc.12 (#2396)
Looks like there weren't any breaking changes here
1 parent 54e464f commit 8250383

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -33,7 +33,7 @@ hkdf = { version = "0.13", optional = true, default-features = false }
3333
hex-literal = { version = "1", optional = true }
3434
once_cell = { version = "1.21", optional = true, default-features = false }
3535
pem-rfc7468 = { version = "1", optional = true, features = ["alloc"] }
36-
pkcs8 = { version = "0.11.0-rc.10", optional = true, default-features = false }
36+
pkcs8 = { version = "0.11.0-rc.12", optional = true, default-features = false }
3737
sec1 = { version = "0.8", optional = true, features = ["ctutils", "subtle", "zeroize"] }
3838
serdect = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
3939

0 commit comments

Comments
 (0)