From cdbb3421d203435261c9b93f3957d511b1ea1f94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:56:35 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.81 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 136571f..c9dc180 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ html5ever = "0.26.0" sxd-document = "0.3.2" [dev-dependencies] -anyhow = "1.0.80" +anyhow = "1.0.81" reqwest = { version="0.11.26", features=["blocking"] } sxd-xpath = "0.4.2"