Skip to content

Commit

Permalink
remove dependency on rustls-native-certs (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko authored Mar 26, 2020
1 parent 1f83471 commit 7136810
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 @@ -95,7 +95,7 @@ native-tls-crate = { version = "0.2", optional = true, package = "native-tls" }
tokio-tls = { version = "0.3.0", optional = true }

# rustls-tls
hyper-rustls = { version = "0.20", optional = true }
hyper-rustls = { version = "0.20", default-features = false, features = ["webpki-tokio"], optional = true }
rustls = { version = "0.17", features = ["dangerous_configuration"], optional = true }
tokio-rustls = { version = "0.13", optional = true }
webpki-roots = { version = "0.18", optional = true }
Expand Down

0 comments on commit 7136810

Please sign in to comment.