From 6eaf0646163286cfc51941152587461ea9dd3518 Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:45:26 -0400 Subject: [PATCH] chore: change to version from workspace --- websockets/echo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websockets/echo/Cargo.toml b/websockets/echo/Cargo.toml index 980ce36..e649145 100644 --- a/websockets/echo/Cargo.toml +++ b/websockets/echo/Cargo.toml @@ -22,4 +22,4 @@ env_logger.workspace = true futures-util = { workspace = true, features = ["sink"] } log.workspace = true tokio = { workspace = true, features = ["full"] } -tokio-stream = "0.1.8" +tokio-stream.workspace = true