Skip to content

Commit 9c37c44

Browse files
chore(deps): bump tokio-tungstenite to 0.30
No code changes required. The rustls-tls-native-roots feature and the Message/WebSocketStream APIs used by the tunnel WebSocket bridge are unchanged in 0.30. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent e911712 commit 9c37c44

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -123,7 +123,7 @@ aes-gcm = { version = "0.11", optional = true }
123123
# ---- Native-only dependencies ----
124124

125125
# Synthetics tunnel
126-
tokio-tungstenite = { version = "0.29", features = ["rustls-tls-native-roots"], optional = true }
126+
tokio-tungstenite = { version = "0.30", features = ["rustls-tls-native-roots"], optional = true }
127127
yamux = { version = "0.14", optional = true }
128128
russh = { version = "0.61", optional = true }
129129
ssh-key = { version = "0.6", features = ["p256", "std"], optional = true }

0 commit comments

Comments
 (0)