From fe496ce873d8dfc50693e8cedf0f19924a4e8e35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:30:50 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9855085..961a77c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ version = "1.0.193" features = ["derive"] [dependencies.reqwest] -version = "0.11.22" +version = "0.11.23" features = ["json"] [dependencies.napi]