From 26a2d0ef0f3453dfc5ee9f31db963f60d7ac1243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 04:35:18 +0000 Subject: [PATCH] Update scraper requirement from 0.18.1 to 0.19.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.18.1...v0.19.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 66ff82d..e4bf787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ base64 = "0.21.5" percent-encoding = "2.1.0" #html parser -scraper = "0.18.1" +scraper = "0.19.1" futures = "0.3.26" [profile.release]