Skip to content

Commit

Permalink
Remove reqwest default-tls feature
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Aug 29, 2022
1 parent 3f58fa7 commit 852f54d
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 @@ -15,7 +15,7 @@ geo-types = "0.7"
num-traits = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", default-features = false, features = ["default-tls", "blocking", "json"] }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json"] }
hyper = "0.14.11"

[features]
Expand Down

0 comments on commit 852f54d

Please sign in to comment.