From 1e4fd9d2a6c67eb5116bf82627a394e966e5de27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 23:13:36 +0000 Subject: [PATCH] Bump actix-web from 4.11.0 to 4.12.0 Bumps [actix-web](https://github.com/actix/actix-web) from 4.11.0 to 4.12.0. - [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.0) --- updated-dependencies: - dependency-name: actix-web dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70c04ec..4a64f5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.11.0" +version = "4.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea" +checksum = "2233f53f6cb18ae038ce1f0713ca0c72ca0c4b71fe9aaeb59924ce2c89c6dd85" dependencies = [ "actix-codec", "actix-http", @@ -168,7 +168,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "smallvec", - "socket2 0.5.9", + "socket2 0.6.0", "time", "tracing", "url", diff --git a/Cargo.toml b/Cargo.toml index 0959316..0feeb0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ default = [] telemetry = ["opentelemetry-otlp"] [dependencies] -actix-web = "4.11.0" +actix-web = "4.12.0" futures = "0.3.31" tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] } k8s-openapi = { version = "0.26.0", features = ["latest"] }