From b430816f1e860d9ef2bb67687bc691b1fcf33b82 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Jun 2025 00:24:34 +0000 Subject: [PATCH] Update Rust crate actix-http to 3.11.0 --- virtweb_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtweb_backend/Cargo.toml b/virtweb_backend/Cargo.toml index 9c75bd0..0ca9b4e 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.6" actix-ws = "0.3.0" -actix-http = "3.10.0" +actix-http = "3.11.0" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" quick-xml = { version = "0.37.5", features = ["serialize", "overlapped-lists"] }