From fff65f1eb1c0accccb2cde3236d56dbbae7c531e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 04:19:29 +0000 Subject: [PATCH] Bump actix-ws from 0.2.5 to 0.3.0 Bumps [actix-ws](https://github.com/actix/actix-extras) from 0.2.5 to 0.3.0. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/commits/ws-v0.3.0) --- updated-dependencies: - dependency-name: actix-ws dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- crates/flowserver/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee98d88..a78db23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,13 +202,14 @@ dependencies = [ [[package]] name = "actix-ws" -version = "0.2.5" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535aec173810be3ca6f25dd5b4d431ae7125d62000aa3cbae1ec739921b02cf3" +checksum = "a3a1fb4f9f2794b0aadaf2ba5f14a6f034c7e86957b458c506a8cb75953f2d99" dependencies = [ "actix-codec", "actix-http", "actix-web", + "bytestring", "futures-core", "tokio", ] diff --git a/crates/flowserver/Cargo.toml b/crates/flowserver/Cargo.toml index ff462a6..3d79e98 100644 --- a/crates/flowserver/Cargo.toml +++ b/crates/flowserver/Cargo.toml @@ -23,4 +23,4 @@ tracing-subscriber = { workspace = true } # Actix web framework actix-web = "4.4" actix-cors = "0.7" -actix-ws = "0.2" +actix-ws = "0.3"