From 54f0996fb1e51214f2d8efa6468dfd7d88792b70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:20:54 +0000 Subject: [PATCH] fix(deps): update rust crate soup3 to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dafb3ea3d..425a0f977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ gio = "0.16" glib = "0.16" gtk = "0.16" gdk = "0.16" -soup3 = "0.3" +soup3 = "0.5" winit = { package = "winit-gtk", version = "0.28.1", features = [ "serde" ], optional = true } [target."cfg(target_os = \"windows\")".dependencies]