From 77b2ed28a82908ca62aa7bfc08af281ed970cefb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:38:27 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a8dda6..12750fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ cfg-if = "1.0.0" futures = {version="0.3.28", optional=true} lazy_static = {version="1.4.0", optional=true} rand = {version="0.8.5", optional=true} -reqwest = {version="0.11.16", optional=true} +reqwest = {version="0.11.22", optional=true} serde = {version="1.0.160", features=["derive"]} serde_json = "1.0.96" sqlx = { version = "0.6.3", features = [