From 13cea0f3d4c6c8a09a00e368dd3f3841a20d4f1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:25:09 +0000 Subject: [PATCH] chore(deps): update rust crate scraper to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 692afea..41ad33f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ miette = "7.1.0" prodash = "28.0.0" oxiri = { version = "0.2.2", features = ["serde"] } ratatui = "0.26" -scraper = "0.18.1" +scraper = "0.19.0" serde = { version = "^1.0.99" } serde_json = { version = "1" } thiserror = "1.0.57"