Skip to content

Commit ee95746

Browse files
authored
cargo: Update tokio-tungstenite to 0.27.0 (#417)
This PR updates the tokio tunstenite (the crate we use for websocket connections) to the latest version. I expect this not to improve things considerably for: - paritytech/polkadot-sdk#9169 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
1 parent fb460bf commit ee95746

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -52,7 +52,7 @@ zeroize = "1.8.1"
5252
yamux = "0.13.5"
5353

5454
# Websocket related dependencies.
55-
tokio-tungstenite = { version = "0.26.2", features = ["rustls-tls-native-roots", "url"], optional = true }
55+
tokio-tungstenite = { version = "0.27.0", features = ["rustls-tls-native-roots", "url"], optional = true }
5656
# End of websocket related dependencies.
5757

5858
# Quic related dependencies. Quic is an experimental feature flag. The dependencies must be updated.

0 commit comments

Comments
 (0)