Skip to content

Commit

Permalink
enable rustls-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Sep 11, 2024
1 parent 77522ca commit 741a0aa
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 @@ -20,7 +20,7 @@ futures = "0.3.21"
serde_json = "1.0.95"
thiserror = "1.0"
#openssl = "0.10.40"
reqwest = { version = "0.11.10", features = ["blocking", "json"] }
reqwest = { version = "0.11.10", features = ["blocking", "json", "rustls-tls"], default-features = false}
serde = "1.0"
serde_yaml = "0.9"
clap = { version = "4.5.4", features = ["derive"] }
Expand Down

0 comments on commit 741a0aa

Please sign in to comment.