From f702557aed504cd08afd5183011a05c51a92908c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:35:08 +0000 Subject: [PATCH] build(deps): update scraper requirement from 0.22 to 0.23 Updates the requirements on [scraper](https://github.com/causal-agent/scraper) to permit the latest version. - [Release notes](https://github.com/causal-agent/scraper/releases) - [Commits](https://github.com/causal-agent/scraper/compare/v0.22.0...v0.23.1) --- updated-dependencies: - dependency-name: scraper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c26543..db7067c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ indicatif = "0.17" lazy_static = "1.5" log = "0.4" regex = "1.11" -scraper = "0.22" +scraper = "0.23" tempfile = "3.13" thiserror = "2.0" time = "0.3"