Skip to content

Commit

Permalink
Remove unnecessary default-tls feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliammyers committed Jul 2, 2020
1 parent f49c7d5 commit 1c74646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ base64 = "^0.11"
bytes = "^0.5"
dyn-clone = "~1"
percent-encoding = "2.1.0"
reqwest = { version = "~0.10", default-features = false, features = ["default-tls", "gzip", "json"] }
reqwest = { version = "~0.10", default-features = false, features = ["gzip", "json"] }
url = "^2.1"
serde = { version = "~1", features = ["derive"] }
serde_json = "~1"
Expand Down

0 comments on commit 1c74646

Please sign in to comment.