From 170bcc916d4d1d025dc5b5e6384b2f25c5ec12be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 5 Aug 2024 08:30:25 +0000 Subject: [PATCH] fix(deps): update rust crate scraper to 0.20.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e27fb94..c5f0248 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1453,9 +1453,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/Cargo.toml b/Cargo.toml index f0818c8..863ca69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ reqwest = { version = "0.12.0", features = ["json", "gzip", "native-tls-vendored serde = { version = "1.0.189", features = ["derive"] } serde_json = "1.0.107" url = { version = "2.4.1", features = ["serde"] } -scraper = "0.19.0" +scraper = "0.20.0"