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" }