From 6c37b3ff8c06ea2cf10e6977bce10098b213f006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:54:44 +0000 Subject: [PATCH] Bump scraper from 0.19.1 to 0.20.0 Bumps [scraper](https://github.com/causal-agent/scraper) from 0.19.1 to 0.20.0. - [Release notes](https://github.com/causal-agent/scraper/releases) - [Commits](https://github.com/causal-agent/scraper/compare/v0.19.1...v0.20.0) --- updated-dependencies: - dependency-name: scraper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/polymath-crawler/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fe96c0..887b2e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1424,9 +1424,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scraper" -version = "0.19.1" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "761fb705fdf625482d2ed91d3f0559dcfeab2798fe2771c69560a774865d0802" +checksum = "b90460b31bfe1fc07be8262e42c665ad97118d4585869de9345a84d501a9eaf0" dependencies = [ "ahash", "cssparser", diff --git a/crates/polymath-crawler/Cargo.toml b/crates/polymath-crawler/Cargo.toml index edea5bd..2c68cde 100644 --- a/crates/polymath-crawler/Cargo.toml +++ b/crates/polymath-crawler/Cargo.toml @@ -11,7 +11,7 @@ regex-lite = "0.1" ureq = "2.10" url = "2.5" lazy_static = "1.5" -scraper = "0.19" +scraper = "0.20" tracing = "0.1" polymath-cache = { path = "../polymath-cache" } polymath-error = { path = "../polymath-error" }