From d0c9c01d637cb5de62158d157cfa9f887984f3f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Sep 2025 00:34:36 +0000 Subject: [PATCH] Update Rust crate actix-http to 3.11.1 --- virtweb_backend/Cargo.lock | 4 ++-- virtweb_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virtweb_backend/Cargo.lock b/virtweb_backend/Cargo.lock index 4ddfe03..f1a30dc 100644 --- a/virtweb_backend/Cargo.lock +++ b/virtweb_backend/Cargo.lock @@ -84,9 +84,9 @@ dependencies = [ [[package]] name = "actix-http" -version = "3.11.0" +version = "3.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44dfe5c9e0004c623edc65391dfd51daa201e7e30ebd9c9bedf873048ec32bc2" +checksum = "44cceded2fb55f3c4b67068fa64962e2ca59614edc5b03167de9ff82ae803da0" dependencies = [ "actix-codec", "actix-rt", diff --git a/virtweb_backend/Cargo.toml b/virtweb_backend/Cargo.toml index a3319b1..a360c00 100644 --- a/virtweb_backend/Cargo.toml +++ b/virtweb_backend/Cargo.toml @@ -19,7 +19,7 @@ actix-identity = "0.8.0" actix-cors = "0.7.1" actix-files = "0.6.7" actix-ws = "0.3.0" -actix-http = "3.11.0" +actix-http = "3.11.1" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.143" serde_yml = "0.0.12"