From 5935972a2fd5d2214d8e479d0999ea6085f35032 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 18:13:59 +0000 Subject: [PATCH] Update Rust crate actix-multipart to 0.7.2 --- geneit_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geneit_backend/Cargo.toml b/geneit_backend/Cargo.toml index f240e99..b414cb8 100644 --- a/geneit_backend/Cargo.toml +++ b/geneit_backend/Cargo.toml @@ -14,7 +14,7 @@ lazy-regex = "3.3.0" anyhow = "1.0.87" actix-web = "4.10.2" actix-cors = "0.7.0" -actix-multipart = "0.7.0" +actix-multipart = "0.7.2" actix-remote-ip = "0.1.0" futures-util = "0.3.30" diesel = { version = "2.2.8", features = ["postgres"] }