fix: make sure proxy configuration is discovered properly in the production build

This commit is contained in:
zhom
2025-06-11 03:02:40 +04:00
parent ab563f81fa
commit 1fdc552dc7
6 changed files with 174 additions and 98 deletions
+7
View File
@@ -1023,6 +1023,7 @@ dependencies = [
"tokio-test",
"tower",
"tower-http",
"urlencoding",
"windows",
"winreg",
"wiremock",
@@ -5087,6 +5088,12 @@ dependencies = [
"serde",
]
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "urlpattern"
version = "0.3.0"