Skip to content

Commit

Permalink
Cargo: update pki-types 1 -> 1.8
Browse files Browse the repository at this point in the history
This adds a `const`-friendly `CertificateDer` constructor we will use
for a new opt-in `root_certs` feature.
  • Loading branch information
cpu committed Aug 7, 2024
1 parent 8e411bc commit bd3b7bc
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 @@ -8,7 +8,7 @@ repository = "https://github.com/rustls/webpki-roots"

[workspace.dependencies]
hex = "0.4.3"
pki-types = { package = "rustls-pki-types", version = "1", default-features = false }
pki-types = { package = "rustls-pki-types", version = "1.8", default-features = false }
webpki = { package = "rustls-webpki", version = "0.102", features = ["alloc"] }
x509-parser = "0.16.0"
yasna = "0.5.2"

0 comments on commit bd3b7bc

Please sign in to comment.