Add webpki roots for reqwest clients. (fixes #296)

This commit is contained in:
dasha_uwu
2026-02-11 03:17:06 +05:00
committed by Jason Volk
parent 2e19a30ff2
commit 87faf818ff
5 changed files with 15 additions and 1 deletions

2
Cargo.lock generated
View File

@@ -5229,6 +5229,7 @@ dependencies = [
"tuwunel_macros",
"tuwunel_router",
"tuwunel_service",
"webpki-root-certs",
]
[[package]]
@@ -5448,6 +5449,7 @@ dependencies = [
"tuwunel_database",
"url",
"webpage",
"webpki-root-certs",
]
[[package]]