Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 12b9d79

Browse files
committed
Use pki-types v1
1 parent 48790bc commit 12b9d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories = ["network-programming", "cryptography"]
1111

1212
[dependencies]
1313
base64 = { version = "0.21", default-features = false, features = ["alloc"] }
14-
pki-types = { package = "rustls-pki-types", version = "0.2" }
14+
pki-types = { package = "rustls-pki-types", version = "1" }
1515

1616
[dev-dependencies]
1717
bencher = "0.1.5"

0 commit comments

Comments
 (0)