Support webpki-roots as a fallback in simple-request

This commit is contained in:
Luke Parker
2025-09-18 18:15:24 -04:00
parent 80009ab67f
commit a9b1e5293c
3 changed files with 28 additions and 11 deletions

12
Cargo.lock generated
View File

@@ -4317,6 +4317,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tower-service",
"webpki-roots 1.0.2",
]
[[package]]
@@ -5622,7 +5623,7 @@ dependencies = [
"soketto 0.8.1",
"thiserror 1.0.69",
"url",
"webpki-roots",
"webpki-roots 0.25.4",
]
[[package]]
@@ -13396,6 +13397,15 @@ version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "webpki-roots"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "which"
version = "4.4.2"