Skip to content

Commit 06890c7

Browse files
amrbashirlonelam
andauthored
feat: enable socks-proxy for bundler download (#8596) (#8611)
* feat: enable socks-proxy for bundler download * change file Co-authored-by: Lai Zn <laizenan@gmail.com>
1 parent 1ca69bc commit 06890c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/bundler-socks-proxy.md

+5
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

+1-1
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.9.1", default-features = false }
35+
ureq = { version = "2.9.1", 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)