From d968bcb41422feeb76d4e5db7d9d8772149c0416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:33:58 +0000 Subject: [PATCH] chore(deps): update tokio-tungstenite requirement from 0.23.1 to 0.24.0 --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/websocket/Cargo.toml | 2 +- silent/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/websocket/Cargo.toml b/examples/websocket/Cargo.toml index 5dd0b51..039036d 100644 --- a/examples/websocket/Cargo.toml +++ b/examples/websocket/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" async-trait = "0.1.82" silent = { path = "../../silent", features = ["upgrade"] } tokio = { version = "1.40.0", features = ["full"] } -tokio-tungstenite = "0.23.1" +tokio-tungstenite = "0.24.0" futures-util = "0.3.30" backtrace = "0.3.73" headers = "0.4.0" diff --git a/silent/Cargo.toml b/silent/Cargo.toml index 8e723d2..addfa62 100644 --- a/silent/Cargo.toml +++ b/silent/Cargo.toml @@ -51,7 +51,7 @@ serde_urlencoded = "0.7.1" mime = "0.3.17" futures-util = "0.3.30" chrono = { version = "0.4.38", default-features = false, features = ["clock"] } -tokio-tungstenite = { version = "0.23.1", optional = true } +tokio-tungstenite = { version = "0.24.0", optional = true } headers = "0.4.0" tokio-stream = { version = "0.1.15", features = ["net"], optional = true } pin-project = { version = "1.1", optional = true }