diff --git a/Cargo.toml b/Cargo.toml index 4b46e53..14a3a22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] } log = "0.4.21" env_logger = "0.11.3" rust-i18n = "2.3.1" -reqwest = "0.12.2" +reqwest = { version = "0.12.2", features = ["json"] } serde = "1.0.197" chrono = { version = "0.4.35", features = ["serde"] } byte-unit = "5.1.4"