From bc7a85d170d7df3919c30afaab52aef6f584764c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:15:28 +0000 Subject: [PATCH] Update scraper requirement from 0.18 to 0.19 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.0...v0.19.0) --- 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 6942cd7..1268810 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ http-types = "2" hyper = { version = "1.0", default-features = false, features = ["client", "http1", "server"] } macro_rules_attribute = "0.2.0" native-tls = "0.2" -scraper = "0.18" +scraper = "0.19" signal-hook = "0.3" smol-hyper = "0.1.0" smol-macros = "0.1.0"