feat: enable socks-proxy for bundler download (#8596)

* feat: enable socks-proxy for bundler download

* change file
This commit is contained in:
Lai Zn
2024-01-16 10:03:35 +08:00
committed by GitHub
parent d621d3437c
commit 8032b22f2a
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri-bundler": patch:enhance
---
Support using socks proxy from environment when downloading files.

View File

@@ -32,7 +32,7 @@ tempfile = "3.8.1"
log = { version = "0.4.20", features = [ "kv_unstable" ] }
dirs-next = "2.0"
os_pipe = "1"
ureq = { version = "2.8", default-features = false }
ureq = { version = "2.8", default-features = false, features = [ "socks-proxy" ] }
native-tls = { version = "0.2", optional = true }
hex = "0.4"
semver = "1"