From 3e03ab44a7f3d866b547365c7d2a350dd53c69b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 06:14:49 +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 d73ce538eb..cd429bf44a 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]