Skip to content

Commit

Permalink
enable tls for reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Aug 21, 2023
1 parent e62f72a commit 093f40d
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 @@ -16,7 +16,7 @@ default = ["reqwest"]
[dependencies]
byteorder = "1.4.2"
# Minimal dependencices without SSL support.
reqwest = { version = "0.11.0", default-features = false, optional = true }
reqwest = { version = "0.11.0", default-features = false, features = ["default-tls"], optional = true }
bytes = { version = "1.0.1" }
thiserror = "1.0"
log = "0.4.13"
Expand Down

0 comments on commit 093f40d

Please sign in to comment.