Update async-tungstenite dependency in websocket example

This commit is contained in:
Héctor Ramón Jiménez 2024-02-09 23:42:36 +01:00
parent 7a20c8640f
commit 99a3f25c5f
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.24"
version = "0.25"
features = ["tokio-rustls-webpki-roots"]
[dependencies.tokio]