Skip to content

Commit

Permalink
Take pki-types v1, pemfile v2, webpki v0.102
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Nov 30, 2023
1 parent 2793adf commit 8a8a159
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/rustls/webpki-roots"
repository = "https://github.com/rustls/webpki-roots"

[dependencies]
pki-types = { package = "rustls-pki-types", version = "0.2.2", default-features = false }
pki-types = { package = "rustls-pki-types", version = "1", default-features = false }

[dev-dependencies]
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
Expand All @@ -20,9 +20,9 @@ percent-encoding = "2.3"
rcgen = "0.11.1"
reqwest = { version = "0.11", features = ["rustls-tls-manual-roots"] }
ring = "0.17.0"
rustls-pemfile = "=2.0.0-alpha.2"
rustls-pemfile = "2.0.0"
serde = { version = "1.0.183", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.7", features = ["alloc"] }
webpki = { package = "rustls-webpki", version = "0.102", features = ["alloc"] }
x509-parser = "0.15.1"
yasna = "0.5.2"

0 comments on commit 8a8a159

Please sign in to comment.