Skip to content

Commit

Permalink
use rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
twuebi committed Jul 25, 2024
1 parent 1e0d8bc commit 50db431
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
Expand Up @@ -71,7 +71,7 @@ parquet = "51"
pilota = "0.11.0"
pretty_assertions = "1.4.0"
port_scanner = "0.1.5"
reqwest = { version = "^0.12", features = ["json"] }
reqwest = { version = "^0.12", default-features = false, features = ["json", "rustls-tls"] }
rust_decimal = "1.31.0"
serde = { version = "^1.0", features = ["rc"] }
serde_bytes = "0.11.8"
Expand Down

0 comments on commit 50db431

Please sign in to comment.