Skip to content

Commit

Permalink
Use WebPKI roots
Browse files Browse the repository at this point in the history
  • Loading branch information
Me authored and Me committed Jun 26, 2023
1 parent 5434b2d commit ab6a9e5
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 @@ -13,7 +13,7 @@ readme = "README.md"
resolver = "2"

[dependencies]
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"]}
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls-webpki-roots"]}
tokio-tungstenite = { version = "0.19", features = ["rustls-tls-webpki-roots"], optional = true}
tokio = { version = "1.16", default-features = false, features = ["io-util"], optional = true }
futures-util = { version = "0.3", optional = true}
Expand Down

0 comments on commit ab6a9e5

Please sign in to comment.