Merge pull request #274 from abdolence/renovate/tokio-tungstenite-0.x

fix(deps): update rust crate tokio-tungstenite to 0.23.0
This commit is contained in:
Abdulla Abdurakhmanov 2024-06-17 15:00:53 +02:00 committed by GitHub
commit 3252715dc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,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.26", features = ["rustls-native-certs", "http2"], optional = true }
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-native-roots"], optional = true }
tokio-tungstenite = { version = "0.23.0", features = ["rustls-tls-native-roots"], optional = true }
axum = { version = "0.7", optional = true }
tower = { version = "0.4", optional = true }