Skip to content

Commit

Permalink
Temporarily pick up git branch for pki-types
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Nov 22, 2023
1 parent f3eda69 commit a84a767
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", default-features = false }
pki-types = { package = "rustls-pki-types", version = "0.2.2", git = "https://github.com/rustls/pki-types", rev = "88b12e838d1fb096eaa15c9574babd5961a305a0", 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 = "1"
rustls-pemfile = { version = "=2.0.0-alpha.2", git = "https://github.com/rustls/pemfile", rev = "a5ab2f9c78db0547df727732ae428e2692e7750f" }
serde = { version = "1.0.183", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.3" }
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.7", git = "https://github.com/rustls/webpki", rev = "45ed94ee297f125f89d20087cfc4d021d8d028bf", features = ["alloc", "std"], default-features = false }
x509-parser = "0.15.1"
yasna = "0.5.2"

0 comments on commit a84a767

Please sign in to comment.