Update vulnerable async-tungstenite dependency in websocket example
This commit is contained in:
parent
0ae136b573
commit
8830554e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ iced = { path = "../..", features = ["tokio", "debug"] }
|
||||||
once_cell = "1.15"
|
once_cell = "1.15"
|
||||||
|
|
||||||
[dependencies.async-tungstenite]
|
[dependencies.async-tungstenite]
|
||||||
version = "0.16"
|
version = "0.23"
|
||||||
features = ["tokio-rustls-webpki-roots"]
|
features = ["tokio-rustls-webpki-roots"]
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue