From cb6f651f9d8f17cf8cc6a407630e0f20efcb03ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:14:42 +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 1e50bd2b2..11b744b1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ javascriptcore-rs = { version = "=1.1.2", features = [ "v2_28" ], optional = tru 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.6", optional = true } x11-dl = { version = "2.21", optional = true } gdkx11 = { version = "0.18", optional = true } percent-encoding = "2.3"