From 96500f0ad843795e92269cc744dae6e14abb6809 Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Mon, 25 Mar 2024 15:48:19 +0100 Subject: [PATCH] fix: enable json feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6cd939..ff01f84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ uuid = "1.5" # HTTP url = { version = "2.3.1", default-features = false } -reqwest = { version = "0.12", default-features = false } +reqwest = { version = "0.12", features = ["json"], default-features = false } # Async async-trait = { version = "0.1.58", default-features = false }