From fc6acf23c9ca0d80b4553b7a8f8919bad37cc76e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 03:28:21 +0000 Subject: [PATCH] Update scraper requirement from 0.13 to 0.14 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.13.0...v0.14.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 41a5e70..ed78042 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.13" +scraper = "0.14" signal-hook = "0.3" surf = { version = "2", default-features = false, features = ["h1-client"] } tempfile = "3"