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 a5e7b10
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 = "f65659f631caa3ae7ea283e1774adc2419b07522", 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 = "ce0be3825e45290e948f16987193303d7b2c0e59" }
x509-parser = "0.15.1"
yasna = "0.5.2"

0 comments on commit a5e7b10

Please sign in to comment.