Skip to content

Commit

Permalink
Use pki-types v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Nov 30, 2023
1 parent 48790bc commit 12b9d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["network-programming", "cryptography"]

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

[dev-dependencies]
bencher = "0.1.5"
Expand Down

0 comments on commit 12b9d79

Please sign in to comment.