From 377f4e139f49ecbabffc1c325e29145caee892a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:45:01 +0000 Subject: [PATCH] fix(deps): update rust crate soup3 to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd5a6c27c..3682c3a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ javascriptcore-rs = { version = "=1.1.2", features = [ webkit2gtk = { version = "=2.0.1", features = ["v2_38"], optional = true } webkit2gtk-sys = { version = "=2.0.1", optional = true } gtk = { version = "0.18", optional = true } -soup3 = { version = "0.5", optional = true } +soup3 = { version = "0.7", optional = true } x11-dl = { version = "2.21", optional = true } gdkx11 = { version = "0.18", optional = true } percent-encoding = "2.3"