summaryrefslogtreecommitdiffstats
path: root/examples/websocket/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websocket/Cargo.toml')
-rw-r--r--examples/websocket/Cargo.toml2
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]