From 8257627487c73bf05a1bb1c1610ba72a5b33aba2 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 7 Jul 2024 00:21:18 +0000 Subject: [PATCH] Update Rust crate actix-multipart to 0.7.0 --- geneit_backend/Cargo.lock | 9 ++++----- geneit_backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/geneit_backend/Cargo.lock b/geneit_backend/Cargo.lock index 0aebc52..346068a 100644 --- a/geneit_backend/Cargo.lock +++ b/geneit_backend/Cargo.lock @@ -85,14 +85,13 @@ dependencies = [ [[package]] name = "actix-multipart" -version = "0.6.2" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d974dd6c4f78d102d057c672dcf6faa618fafa9df91d44f9c466688fc1275a3a" +checksum = "d5118a26dee7e34e894f7e85aa0ee5080ae4c18bf03c0e30d49a80e418f00a53" dependencies = [ "actix-multipart-derive", "actix-utils", "actix-web", - "bytes", "derive_more", "futures-core", "futures-util", @@ -111,9 +110,9 @@ dependencies = [ [[package]] name = "actix-multipart-derive" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a0a77f836d869f700e5b47ac7c3c8b9c8bc82e4aec861954c6198abee3ebd4d" +checksum = "e11eb847f49a700678ea2fa73daeb3208061afa2b9d1a8527c03390f4c4a1c6b" dependencies = [ "darling", "parse-size", diff --git a/geneit_backend/Cargo.toml b/geneit_backend/Cargo.toml index e7585ed..58c9145 100644 --- a/geneit_backend/Cargo.toml +++ b/geneit_backend/Cargo.toml @@ -14,7 +14,7 @@ lazy-regex = "3.1.0" anyhow = "1.0.83" actix-web = "4.5.1" actix-cors = "0.7.0" -actix-multipart = "0.6.1" +actix-multipart = "0.7.0" actix-remote-ip = "0.1.0" futures-util = "0.3.30" diesel = { version = "2.1.6", features = ["postgres"] }