From 03e93e9a029ba024caf07445ecad7b913aefd92f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:48:29 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1cb1713..aea4a34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ sxd-document = "0.3.2" [dev-dependencies] anyhow = "1.0.81" -reqwest = { version="0.11.27", features=["blocking"] } +reqwest = { version="0.12.0", features=["blocking"] } sxd-xpath = "0.4.2"