Skip to content

Commit

Permalink
Switching to rustls-webpki
Browse files Browse the repository at this point in the history
Addressing https://rustsec.org/advisories/RUSTSEC-2023-0052 by switching
to the recommended fork.
  • Loading branch information
ecton committed Aug 24, 2023
1 parent e3bc31d commit 63294d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ trust-dns-resolver = { version = "0.23.0", default-features = false, optional =
"tokio-runtime",
] }
url = "2"
webpki = { version = "0.22", default-features = false, features = ["std"] }
rustls-webpki = { version = "0.101.4", default-features = false, features = [
"std",
] }
webpki-roots = "0.25.2"
rustls-native-certs = "0.6"
x509-parser = "0.15.0"
Expand Down

0 comments on commit 63294d3

Please sign in to comment.