Skip to content

Commit

Permalink
Use native root certificates for tls
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrittain committed Oct 30, 2023
1 parent 9503692 commit 25007c5
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 @@ -10,7 +10,7 @@ authors = ["Benjamin Brittain <[email protected]>"]
[dependencies]
anyhow = "1.0.71"
rust-ini = "0.19"
reqwest = { version = "0.11.18", default-features=false, features = ["blocking", "json", "rustls-tls"] }
reqwest = { version = "0.11.18", default-features=false, features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"
tempfile = "3.6.0"
Expand Down

0 comments on commit 25007c5

Please sign in to comment.