From 84cf3bbd4fd89ac5e04cbeb8ce95d16ae0aa7c85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:02:06 +0000 Subject: [PATCH] fix(deps): update rust crate glib to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 554732b250..a46e23bd71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ base64 = "0.13.1" webkit2gtk = { version = "0.19.2", features = [ "v2_38" ] } webkit2gtk-sys = "0.19.1" gio = "0.16" -glib = "0.16" +glib = "0.17" gtk = "0.16" gdk = "0.16" soup3 = "0.3"