From 678f70de25f1573b5acc538ee47941c978f5e510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:18:46 +0000 Subject: [PATCH] Update scraper requirement from 0.14 to 0.15 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.14.0...v0.15.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 85b91c6..8943434 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ http = "0.2" http-types = "2" hyper = { version = "0.14", default-features = false, features = ["client", "http1", "server", "stream"] } native-tls = "0.2" -scraper = "0.14" +scraper = "0.15" signal-hook = "0.3" surf = { version = "2", default-features = false, features = ["h1-client"] } tempfile = "3"