fix(deps): update rust crate tokio-tungstenite to 0.28.0 (#333)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-10-07 18:07:45 +02:00 committed by GitHub
parent 2e5b09dbe7
commit 2df7b714b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ hyper-util = { version = "0.1", features = ["client", "client-legacy", "server"]
tokio = { version = "1", features = ["bytes", "rt-multi-thread", "signal", "tracing"], optional = true }
tokio-stream = { version = "0.1", optional = true }
hyper-rustls = { version = "0.27", features = ["rustls-native-certs", "http2"], optional = true }
tokio-tungstenite = { version = "0.27.0", features = ["rustls-tls-native-roots"], optional = true }
tokio-tungstenite = { version = "0.28.0", features = ["rustls-tls-native-roots"], optional = true }
axum = { version = "0.8", optional = true }
tower = { version = "0.5", optional = true }
sha2 = { version = "0.10", optional = true }