Skip to content

Commit 8599145

Browse files
committed
refactor: align on rustls-tls-native-roots for both http and ws
1 parent 44049f9 commit 8599145

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tar = "0.4"
6969
thiserror = "1"
7070
tokio = { version = "1", default-features = false, features = ["full"] }
7171
tokio-stream = { version = "0.1", default-features = false, features = ["fs", "sync"] }
72-
tokio-tungstenite = { version = "0.20", features = ["rustls", "rustls-tls-webpki-roots"] }
72+
tokio-tungstenite = { version = "0.20", features = ["rustls", "rustls-tls-native-roots"] }
7373
toml = "0.8"
7474
tower-http = { version = "0.4", features = ["fs", "trace", "set-header"] }
7575
tracing = "0.1"

0 commit comments

Comments
 (0)