From 5ceeb1598b96e5b8a0adcda68a57c1ccea58bc44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 08:15:51 -0700 Subject: [PATCH] Update scraper requirement from 0.15 to 0.16 (#253) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7040718..7b68541 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.15" +scraper = "0.16" signal-hook = "0.3" surf = { version = "2", default-features = false, features = ["h1-client"] } tempfile = "3"