Update vulnerable async-tungstenite dependency in websocket example

This commit is contained in:
Héctor Ramón Jiménez 2023-08-23 21:01:44 +02:00
parent 0ae136b573
commit 8830554e4d
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -10,7 +10,7 @@ iced = { path = "../..", features = ["tokio", "debug"] }
once_cell = "1.15"
[dependencies.async-tungstenite]
version = "0.16"
version = "0.23"
features = ["tokio-rustls-webpki-roots"]
[dependencies.tokio]