diff --git a/Cargo.toml b/Cargo.toml index 22d8f0b..8e9652b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" tokio = {version = "1.27.0", features = ["rt", "macros", "rt-multi-thread"]} serde = {version = "1.0.159", features = ["derive"]} serde_json = "1.0.95" -reqwest = "0.11.16" +reqwest = {version = "0.11.16", features = ["multipart"]} url = "2.3.1" chrono = "0.4.24" regex = "1.7.3"