From a6887cf684e643188de20463d106fd468a747b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:05:26 +0000 Subject: [PATCH] build(deps): update scraper requirement from 0.22.0 to 0.23.1 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 ad04e95..3e7c9f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ mdx-gen = "0.0.1" minify-html = "0.15.0" once_cell = "1.20.2" regex = "1.11.1" -scraper = "0.22.0" +scraper = "0.23.1" serde_json = "1.0.134" tempfile = "3.14.0" thiserror = "2.0.9"