From fb0c2db08e063fb89a428b1fe90a58eb9b85f384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikodem=20Rabuli=C5=84ski?= Date: Sat, 7 Sep 2024 16:53:11 +0200 Subject: [PATCH] Enable json feature of reqwest --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",