From 04ed3e703dbe32d11dc5bdab247500c38c543843 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:18:05 +0000 Subject: [PATCH] chore(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 7590c1212..7ff1e266b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,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"