From 0c2a3663d9ecc0488326551e21819effc3591517 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 22:35:03 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.11.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 424ad51..fc7fb8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ sxd-document = "0.3.2" [dev-dependencies] anyhow = "1.0.75" -reqwest = { version="0.11.18", features=["blocking"] } +reqwest = { version="0.11.19", features=["blocking"] } sxd-xpath = "0.4.2"