From 22fae556057b46ad50ca6c605e4744d3e8696597 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:22:43 +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 8d0aed3..29da929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ categories = ["api-bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "^0.11.20", features = ["blocking", "json"] } +reqwest = { version = "^0.11.22", features = ["blocking", "json"] } serde = { version = "^1.0.188", features = ["derive"] } serde_json = { version = "^1.0.107", features = ["raw_value"] }