Skip to content

Commit 8032b22

Browse files
authored
feat: enable socks-proxy for bundler download (#8596)
* feat: enable socks-proxy for bundler download * change file
1 parent d621d34 commit 8032b22

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/bundler-socks-proxy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri-bundler": patch:enhance
3+
---
4+
5+
Support using socks proxy from environment when downloading files.

tooling/bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tempfile = "3.8.1"
3232
log = { version = "0.4.20", features = [ "kv_unstable" ] }
3333
dirs-next = "2.0"
3434
os_pipe = "1"
35-
ureq = { version = "2.8", default-features = false }
35+
ureq = { version = "2.8", default-features = false, features = [ "socks-proxy" ] }
3636
native-tls = { version = "0.2", optional = true }
3737
hex = "0.4"
3838
semver = "1"

0 commit comments

Comments
 (0)