diff --git a/Cargo.lock b/Cargo.lock index 9e5db6e3..897ad11a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,9 +94,9 @@ dependencies = [ [[package]] name = "actix-multipart" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b960e2aea75f49c8f069108063d12a48d329fc8b60b786dfc7552a9d5918d2d" +checksum = "d974dd6c4f78d102d057c672dcf6faa618fafa9df91d44f9c466688fc1275a3a" dependencies = [ "actix-multipart-derive", "actix-utils", @@ -110,6 +110,7 @@ dependencies = [ "log", "memchr", "mime", + "rand", "serde", "serde_json", "serde_plain", diff --git a/Cargo.toml b/Cargo.toml index 47c899c2..5fad86c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ shuttle = ["dep:shuttle-actix-web", "dep:shuttle-runtime", "dep:tokio"] [dependencies] actix-web = { version = "4.5.1" } actix-web-grants = { version = "4.1.1" } -actix-multipart = "0.6.1" +actix-multipart = "0.6.2" actix-files = "0.6.5" shuttle-actix-web = { version = "0.46.0", optional = true } shuttle-runtime = { version = "0.42.0", optional = true }