Skip to content

Commit

Permalink
rustls-connector: adapt to latest upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed May 2, 2024
1 parent bb11dea commit 159ada1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ bin = ["dep:clap", "dep:crossterm"]
hickory-resolver = { version = "0.24.0", default-features = false, features = ["dns-over-rustls", "system-config"] }
# TLS handshake
rustls = { version = "0.23.0", default-features = false, features = [ "tls12", "logging", "ring"] }
# rustls-connector = { version = "0.21.0", features = [
rustls-connector = { git = "https://github.com/phip1611/rustls-connector", branch = "rustls-fix", features = [
rustls-connector = { version = "0.21.0", default-features = false, features = [
"rustls--ring",
"native-certs",
"rustls-native-certs",
"webpki-roots",
"webpki-roots-certs",
] }
# automatic Display impl for enums
Expand Down

0 comments on commit 159ada1

Please sign in to comment.