From 4b80336d32713cdc02f1abeaf1e793a6d5f8b6e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 03:07:48 +0000 Subject: [PATCH] fix(deps): update rust crate scraper to 0.22.0 (#296) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9dda34f..a169d44 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0.200", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.12.4", features = ["blocking", "json"] } ts-rs = "10.0" -scraper = "0.21.0" +scraper = "0.22.0" sled = "0.34.7" zstd = "0.13.1" tar = "0.4.40"