Browse Source

Enable json feature of reqwest

Nikodem Rabuliński 10 months ago
parent
commit
fb0c2db08e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Cargo.toml

+ 2 - 1
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",