Skip to content

Commit 8856bfd

Browse files
fix(deps): update rust crate tokio-tungstenite to 0.29.0 (#345)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e30d0e commit 8856bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ hyper-util = { version = "0.1", features = ["client", "client-legacy", "server",
5757
tokio = { version = "1", features = ["bytes", "rt-multi-thread", "signal", "tracing"], default-features = false, optional = true }
5858
tokio-stream = { version = "0.1", optional = true }
5959
hyper-rustls = { version = "0.27", features = ["http2", "native-tokio"], default-features = false, optional = true }
60-
tokio-tungstenite = { version = "0.28.0", features = [], optional = true }
60+
tokio-tungstenite = { version = "0.29.0", features = [], optional = true }
6161
axum = { version = "0.8", optional = true }
6262
tower = { version = "0.5", optional = true }
6363
sha2 = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)