From 1bba8103ebb6316e3f9394e941c3e496132afa97 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Fri, 1 Nov 2024 23:20:36 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20build(deps):=20add=20the=20`actix-m?= =?UTF-8?q?ultipart`=20dependency=20(#427)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d4dd298..b87da03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,6 +87,10 @@ thesaurus = { version = "0.5.2", default-features = false, optional = true, feat "moby", ]} itertools = {version = "0.13.0", default-features = false} +actix-multipart = { version = "0.7.2", default-features = false, features = [ + "derive", + "tempfile", +]} [dev-dependencies] rusty-hook = { version = "^0.11.2", default-features = false }