Skip to content

Commit

Permalink
Switch to using the pki-types crate
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 30, 2023
1 parent 0e4ddfa commit 456c148
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 335 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ description = "Mozilla's CA root certificates for use with webpki"
homepage = "https://github.com/rustls/webpki-roots"
repository = "https://github.com/rustls/webpki-roots"

[dependencies]
pki-types = { package = "rustls-pki-types", git = "https://github.com/rustls/pki-types.git", rev = "8e5d2ef4e4ef905adb186a8453dce747fe939472", default-features = false }

[dev-dependencies]
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
csv = "1.2.2"
Expand All @@ -20,6 +23,6 @@ ring = "0.16.20"
rustls-pemfile = "1"
serde = { version = "1.0.183", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
webpki = { package = "rustls-webpki", git = "https://github.com/rustls/webpki", rev = "02b842330768adab52d15d46f3927fdaecc89af0" }
webpki = { package = "rustls-webpki", git = "https://github.com/rustls/webpki", rev = "2441460ea8f0c64af47da4a3b92e0c69fcda16db" }
x509-parser = "0.15.1"
yasna = "0.5.2"

0 comments on commit 456c148

Please sign in to comment.