Skip to content

Commit

Permalink
Don't use native TLS feature in tokio tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
ayys committed Dec 18, 2023
1 parent c754640 commit 1c52e30
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion lib/registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ thiserror = "1.0.37"
time = { version = "0.3.17", default-features = false, features = ["parsing", "std", "formatting"], optional = true }
tldextract = "0.6.0"
tokio = "1"
tokio-tungstenite = {version = "0.20", features = ["native-tls"]}
tokio-tungstenite = {version = "0.20", features = ["rustls-tls-native-roots"]}
toml = "0.5.9"
tracing = "0.1.40"
url = "2.3.1"
Expand Down

0 comments on commit 1c52e30

Please sign in to comment.