From 0cc121c5f1433d057a798961642f1b67c545dc53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 11:01:25 +0000 Subject: [PATCH] fix(deps): update rust crate soup3 to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cac225cb4e..2d5e55ae27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ gio = "0.16" glib = "0.16" gtk = "0.16" gdk = "0.16" -soup3 = "0.3" +soup3 = "0.4" [target."cfg(target_os = \"windows\")".dependencies] webview2-com = "0.22"