Skip to content

Commit

Permalink
feat: Add rustls-tls, native-tls features (#38)
Browse files Browse the repository at this point in the history
* Add rustls-tls, native-tls features

* Use rustls-tls feature of reqwest
  • Loading branch information
sei0o authored May 19, 2022
1 parent d5364c6 commit 1534c7d
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 @@ -12,7 +12,7 @@ categories = ["development-tools"]
edition = "2018"

[dependencies]
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }

[dev-dependencies]
json = "0.12"
Expand Down

0 comments on commit 1534c7d

Please sign in to comment.