From a276093b7155b9f236b56453babb1bb817f1cc03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:42:11 +0000 Subject: [PATCH] build: 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 | 5 ++--- Cargo.toml | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 423ff78..3013e1d 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", @@ -1032,7 +1032,6 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" name = "rust_autocomplete_api" version = "0.1.0" dependencies = [ - "actix-http", "actix-web", "csv", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 3918ab7..8c5bb0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "4.12.0" -actix-http = "3.11.2" +actix-web = "4.12.1" csv = "1.3.1" flate2 = "1.1.5" serde = { version = "1.0.223", features = ["derive"] }