Skip to content

Commit d65efee

Browse files
fix(deps): update rust crate tokio-tungstenite to 0.28.0
1 parent 2e5b09d commit d65efee

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
@@ -54,7 +54,7 @@ hyper-util = { version = "0.1", features = ["client", "client-legacy", "server"]
5454
tokio = { version = "1", features = ["bytes", "rt-multi-thread", "signal", "tracing"], optional = true }
5555
tokio-stream = { version = "0.1", optional = true }
5656
hyper-rustls = { version = "0.27", features = ["rustls-native-certs", "http2"], optional = true }
57-
tokio-tungstenite = { version = "0.27.0", features = ["rustls-tls-native-roots"], optional = true }
57+
tokio-tungstenite = { version = "0.28.0", features = ["rustls-tls-native-roots"], optional = true }
5858
axum = { version = "0.8", optional = true }
5959
tower = { version = "0.5", optional = true }
6060
sha2 = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)