From ee892d381e7c662c201aa98c3360f8859ddff1b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:24:05 +0000 Subject: [PATCH] Update Rust crate reqwest to ^0.11.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b09dd1b..7339a5b 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.19", features = ["blocking", "json"] } +reqwest = { version = "^0.11.20", features = ["blocking", "json"] } serde = { version = "^1.0.185", features = ["derive"] } serde_json = { version = "^1.0.105", features = ["raw_value"] }