diff options
author | 2024-02-09 23:42:36 +0100 | |
---|---|---|
committer | 2024-02-09 23:42:36 +0100 | |
commit | 99a3f25c5f95a144fee7d25b4607f7275abcfaa2 (patch) | |
tree | b7c8a73f75bf99e673643211ce029a32aa85e97b /examples/websocket | |
parent | 7a20c8640f16c942733eae0be1af379acd769933 (diff) | |
download | iced-99a3f25c5f95a144fee7d25b4607f7275abcfaa2.tar.gz iced-99a3f25c5f95a144fee7d25b4607f7275abcfaa2.tar.bz2 iced-99a3f25c5f95a144fee7d25b4607f7275abcfaa2.zip |
Update `async-tungstenite` dependency in `websocket` example
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 8f1b876a..c7075fb3 100644 --- a/examples/websocket/Cargo.toml +++ b/examples/websocket/Cargo.toml @@ -13,7 +13,7 @@ once_cell.workspace = true warp = "0.3" [dependencies.async-tungstenite] -version = "0.24" +version = "0.25" features = ["tokio-rustls-webpki-roots"] [dependencies.tokio] |