Update async-tungstenite in websocket example

This commit is contained in:
Héctor Ramón Jiménez 2023-12-11 10:57:48 +01:00
parent 78689687ff
commit dd249a1d11
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -13,7 +13,7 @@ once_cell.workspace = true
warp = "0.3"
[dependencies.async-tungstenite]
version = "0.23"
version = "0.24"
features = ["tokio-rustls-webpki-roots"]
[dependencies.tokio]