From 8c75dffb5dceb125c87cf49b43e853127d485337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:22:48 +0000 Subject: [PATCH] build(deps): bump actix-http from 3.11.2 to 3.12.0 in /graph-data.rs Bumps [actix-http](https://github.com/actix/actix-web) from 3.11.2 to 3.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/http-v3.11.2...http-v3.12.0) --- updated-dependencies: - dependency-name: actix-http dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- graph-data.rs/Cargo.lock | 4 ++-- graph-data.rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graph-data.rs/Cargo.lock b/graph-data.rs/Cargo.lock index f1fd229f1..ef14205f0 100644 --- a/graph-data.rs/Cargo.lock +++ b/graph-data.rs/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-http" -version = "3.11.2" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7926860314cbe2fb5d1f13731e387ab43bd32bca224e82e6e2db85de0a3dba49" +checksum = "f860ee6746d0c5b682147b2f7f8ef036d4f92fe518251a3a35ffa3650eafdf0e" dependencies = [ "actix-codec", "actix-rt", diff --git a/graph-data.rs/Cargo.toml b/graph-data.rs/Cargo.toml index ddc0acae1..84ee98106 100644 --- a/graph-data.rs/Cargo.toml +++ b/graph-data.rs/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] cincinnati = { git = "https://github.com/openshift/cincinnati", rev = "88bb8cb71d7309de4535864627e85dca11712ce5"} -actix-http = "^3.11.2" +actix-http = "^3.12.0" actix-service = "=2.0.3" tokio = { version = "^1.14", features = [ "fs", "rt-multi-thread" ] } serde = "^1.0.228"