diff options
Diffstat (limited to 'examples/websocket')
-rw-r--r-- | examples/websocket/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/websocket/Cargo.toml b/examples/websocket/Cargo.toml index 03b240c6..12af9658 100644 --- a/examples/websocket/Cargo.toml +++ b/examples/websocket/Cargo.toml @@ -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] |