diff --git a/Cargo.toml b/Cargo.toml index f0481b2..e10cff1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,8 @@ reqwest = { version = "0.12.5", default-features = false, features = [ "rustls-tls", "brotli", "gzip", - "http2" + "http2", + "json" ] } tokio = { version = "1.32.0", features = [ "rt-multi-thread",