fix(deps): update rust crate tungstenite to 0.24.0 (#44)

This commit is contained in:
renovate[bot]
2024-10-12 13:41:03 +02:00
committed by GitHub
parent c5b5f6aefe
commit faf7bf29e2
+1 -1
View File
@@ -37,5 +37,5 @@ tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.10.1"}
# Match the same version used by axum
tokio-tungstenite = "0.24.0"
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
tungstenite = "0.23.0"
tungstenite = "0.24.0"