Skip to content

Commit

Permalink
cargo: use ureq proxy-from-env feature (#171)
Browse files Browse the repository at this point in the history
devmatteini committed Dec 20, 2023
1 parent 0882482 commit 0e64572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ lto = true
codegen-units = 1

[dependencies]
ureq = { version = "2.9.1", default-features = false, features = ["tls", "json"] }
ureq = { version = "2.9.1", default-features = false, features = ["tls", "json", "proxy-from-env"] }
serde = { version = "1.0.193", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
clap_complete = "4.4.4"

0 comments on commit 0e64572

Please sign in to comment.