From fd1981d354acd1cab9ada02c23cdcc857546dc2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 04:12:03 +0000 Subject: [PATCH] chore(deps): Bump actix-web from 4.12.0 to 4.12.1 Bumps [actix-web](https://github.com/actix/actix-web) from 4.12.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.12.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-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 945b83b..a074ed6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.12.0" +version = "4.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2233f53f6cb18ae038ce1f0713ca0c72ca0c4b71fe9aaeb59924ce2c89c6dd85" +checksum = "1654a77ba142e37f049637a3e5685f864514af11fcbc51cb51eb6596afe5b8d6" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 9a6c838..68ed9d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ telemetry = [] [dependencies] rand = { version = "0.9", features = ["small_rng"] } -actix-web = "4.12.0" +actix-web = "4.12.1" futures = "0.3.28" tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "process"] } k8s-openapi = { version = "0.25", features = ["latest", "schemars"] }