Skip to content

Commit

Permalink
Take pki-types v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Nov 30, 2023
1 parent 20daab2 commit 9628e46
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 @@ -80,7 +80,7 @@ std = ["alloc", "pki-types/std"]

[dependencies]
aws-lc-rs = { version = "1.0.0", optional = true }
pki-types = { package = "rustls-pki-types", version = "0.2.2", default-features = false }
pki-types = { package = "rustls-pki-types", version = "1", default-features = false }
ring = { version = "0.17", default-features = false, optional = true }
untrusted = "0.9"

Expand Down

0 comments on commit 9628e46

Please sign in to comment.