Update async-tungstenite dependency in websocket example
This commit is contained in:
parent
7a20c8640f
commit
99a3f25c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ once_cell.workspace = true
|
||||||
warp = "0.3"
|
warp = "0.3"
|
||||||
|
|
||||||
[dependencies.async-tungstenite]
|
[dependencies.async-tungstenite]
|
||||||
version = "0.24"
|
version = "0.25"
|
||||||
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