Skip to content

Commit

Permalink
feature: Remove native-tls feature of reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
Periecle committed Sep 24, 2024
1 parent a219376 commit 715a982
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ edition = "2021"
clap = { version = "4.5.18", features = ["derive"] }
futures = "0.3.30"
regex = "1.10.6"
reqwest = { version = "0.12.7", features = ["rustls-tls"] }
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls", "socks", "gzip", "brotli", "deflate"] }
tokio = { version = "1.40.0", features = ["full"] }
hex = "0.4.3"
once_cell = "1.19.0"
twoway = "0.2"
colored = "2.1.0"
Expand Down

0 comments on commit 715a982

Please sign in to comment.