deps: remove webpki-roots from reqwest deps (#7887)

This commit is contained in:
Oliver Nordbjerg
2024-04-26 01:10:21 +02:00
committed by GitHub
parent 7efdbf4924
commit 57d09e84be
2 changed files with 3 additions and 9 deletions

View File

@ -39,7 +39,7 @@ hyper.workspace = true
http.workspace = true
http-body.workspace = true
reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls",
"rustls-tls-native-roots",
] }
tracing.workspace = true