Skip to content

Commit

Permalink
Update vulnerable async-tungstenite dependency in websocket example
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Aug 23, 2023
1 parent 0ae136b commit 8830554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8830554

Please sign in to comment.