From 0ef575ce57b4d0d1280e9be9bc89b9ba1b9144dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:21:37 +0000 Subject: [PATCH] cargo: bump tokio-websockets from 0.12.3 to 0.13.0 (#2978) Bumps [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) from 0.12.3 to 0.13.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- src/concurrency/async-exercises/chat-async/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6befd75..a8069600 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2939,9 +2939,9 @@ dependencies = [ [[package]] name = "tokio-websockets" -version = "0.12.3" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1b6348ebfaaecd771cecb69e832961d277f59845d4220a584701f72728152b7" +checksum = "19d469594aed8da8afbb9dfd33a5548f057f74d6c8e3a50b142b04398f91029a" dependencies = [ "base64", "bytes", diff --git a/src/concurrency/async-exercises/chat-async/Cargo.toml b/src/concurrency/async-exercises/chat-async/Cargo.toml index ede0422c..87ab37c2 100644 --- a/src/concurrency/async-exercises/chat-async/Cargo.toml +++ b/src/concurrency/async-exercises/chat-async/Cargo.toml @@ -7,4 +7,4 @@ edition = "2024" futures-util = { version = "0.3.31", features = ["sink"] } http = "1.3.1" tokio = { version = "1.47.1", features = ["full"] } -tokio-websockets = { version = "0.12.3", features = ["client", "fastrand", "server", "sha1_smol"] } +tokio-websockets = { version = "0.13.0", features = ["client", "fastrand", "server", "sha1_smol"] }