Add multipart feature

This commit is contained in:
bitfl0wer 2023-05-05 14:38:05 +02:00
parent 2940b50f1b
commit 3236d462ff
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ edition = "2021"
tokio = {version = "1.27.0", features = ["rt", "macros", "rt-multi-thread"]} tokio = {version = "1.27.0", features = ["rt", "macros", "rt-multi-thread"]}
serde = {version = "1.0.159", features = ["derive"]} serde = {version = "1.0.159", features = ["derive"]}
serde_json = "1.0.95" serde_json = "1.0.95"
reqwest = "0.11.16" reqwest = {version = "0.11.16", features = ["multipart"]}
url = "2.3.1" url = "2.3.1"
chrono = "0.4.24" chrono = "0.4.24"
regex = "1.7.3" regex = "1.7.3"