From 49ff082e9d8c84dda5be632fe32d46e0395406af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:37:27 +0000 Subject: [PATCH] Bump actix-web from 4.11.0 to 4.12.1 Bumps [actix-web](https://github.com/actix/actix-web) from 4.11.0 to 4.12.1. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v4.11.0...web-v4.12.1) --- updated-dependencies: - dependency-name: actix-web dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/flowserver/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5c9cc4..abc5460 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.11.0" +version = "4.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea" +checksum = "1654a77ba142e37f049637a3e5685f864514af11fcbc51cb51eb6596afe5b8d6" dependencies = [ "actix-codec", "actix-http", @@ -182,7 +182,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "smallvec", - "socket2 0.5.10", + "socket2 0.6.1", "time", "tracing", "url", diff --git a/crates/flowserver/Cargo.toml b/crates/flowserver/Cargo.toml index ff462a6..862c56c 100644 --- a/crates/flowserver/Cargo.toml +++ b/crates/flowserver/Cargo.toml @@ -21,6 +21,6 @@ tracing = { workspace = true } tracing-subscriber = { workspace = true } # Actix web framework -actix-web = "4.4" +actix-web = "4.12" actix-cors = "0.7" actix-ws = "0.2"