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 1, 2024
1 parent bb11dea commit 49ff815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
12 changes: 1 addition & 11 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ hickory-resolver = { version = "0.24.0", default-features = false, features = ["
# 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 = { git = "https://github.com/phip1611/rustls-connector", branch = "rustls-fix", 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 49ff815

Please sign in to comment.