diff --git a/editoast/Cargo.lock b/editoast/Cargo.lock index 8d4d1032b3e..f5776ef8e8d 100644 --- a/editoast/Cargo.lock +++ b/editoast/Cargo.lock @@ -108,14 +108,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", @@ -134,9 +133,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/editoast/Cargo.toml b/editoast/Cargo.toml index 8b2ebbd1a7b..e3933f5171c 100644 --- a/editoast/Cargo.toml +++ b/editoast/Cargo.toml @@ -68,7 +68,7 @@ uuid = { version = "1.9.1", features = ["serde", "v4"] } actix-cors = "0.7.0" actix-files = "0.6.6" actix-http = "3.8.0" -actix-multipart = "0.6.2" +actix-multipart = "0.7.2" actix-web = "4.8.0" actix-web-opentelemetry = { version = "0.18.0", features = ["awc"] } async-trait = "0.1.80"