Skip to content

Commit

Permalink
refactor: align on rustls-tls-native-roots for both http and ws
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 16, 2024
1 parent 44049f9 commit 8599145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tar = "0.4"
thiserror = "1"
tokio = { version = "1", default-features = false, features = ["full"] }
tokio-stream = { version = "0.1", default-features = false, features = ["fs", "sync"] }
tokio-tungstenite = { version = "0.20", features = ["rustls", "rustls-tls-webpki-roots"] }
tokio-tungstenite = { version = "0.20", features = ["rustls", "rustls-tls-native-roots"] }
toml = "0.8"
tower-http = { version = "0.4", features = ["fs", "trace", "set-header"] }
tracing = "0.1"
Expand Down

0 comments on commit 8599145

Please sign in to comment.