Skip to content

Commit

Permalink
Use rustls tls
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Jul 27, 2023
1 parent 758efbf commit ad5d68b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ features = ["derive"]
version = "4.1"

[dependencies.reqwest]
features = ["default", "default-tls", "hyper-tls", "native-tls-crate", "tokio-native-tls", "json"]
default-features = false
features = ["rustls-tls", "json"]
version = "0.11"

[dependencies.tokio]
Expand Down

0 comments on commit ad5d68b

Please sign in to comment.