From f5dcf51cf9cf35b32ce2852ee94c9eb10478a60a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:20:50 +0000 Subject: [PATCH] fix(deps): update rust crate soup3 to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c5e12fc30..28e75283a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ javascriptcore-rs = { version = "=1.1", features = [ "v2_28" ], optional = true webkit2gtk = { version = "=2.0", features = [ "v2_38" ], optional = true } webkit2gtk-sys = { version = "=2.0", optional = true } gtk = { version = "0.18", optional = true } -soup3 = { version = "0.5", optional = true } +soup3 = { version = "0.6", optional = true } x11-dl = { version = "2.9", optional = true } gdkx11 = { version = "0.18", optional = true } percent-encoding = "2.1"