From 2e436286f930aaa386fe7a717ac33c06542931f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 00:50:20 +0000 Subject: [PATCH] Bump tokio-websockets from 0.11.3 to 0.11.4 Bumps [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) from 0.11.3 to 0.11.4. - [Changelog](https://github.com/Gelbpunkt/tokio-websockets/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gelbpunkt/tokio-websockets/commits) --- updated-dependencies: - dependency-name: tokio-websockets dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac962ad..0b517aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -884,9 +884,9 @@ dependencies = [ [[package]] name = "tokio-websockets" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc46f9dc832c663a5db08513162001a29ac820913275d58943f942c2bc1c435" +checksum = "9fcaf159b4e7a376b05b5bfd77bfd38f3324f5fce751b4213bfc7eaa47affb4e" dependencies = [ "base64 0.22.1", "bytes",