Skip to content

Commit 1573c71

Browse files
authored
Enable features system-proxy and charset of reqwest by default (#2474)
Should be enabled so that the proxy settings on windows and macos are honored --------- Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
1 parent 145e677 commit 1573c71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/binstalk-downloader/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ rc-zip-sync = { version = "4.3.5", features = [
3636
] }
3737
reqwest = { version = "0.13.1", features = [
3838
"http2",
39+
"charset",
40+
"system-proxy",
3941
"stream",
4042
"zstd",
4143
"gzip",

0 commit comments

Comments
 (0)