Skip to content

Commit

Permalink
Fix missing webpki-roots dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Jul 29, 2024
1 parent 57c9626 commit e3314aa
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 @@ -42,5 +42,5 @@ minimal = []
debug-calls = []
proxy = ["byteorder", "winapi", "libc"]
use-rustls = ["webpki-roots", "rustls/default"]
use-rustls-ring = ["rustls/ring", "rustls/logging", "rustls/std", "rustls/tls12"]
use-rustls-ring = ["rustls/ring", "rustls/logging", "rustls/std", "rustls/tls12", "webpki-roots"]
use-openssl = ["openssl"]

0 comments on commit e3314aa

Please sign in to comment.