From fca2f2766735ae9762ce2655482e83c5ec56437c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 15:50:36 +0000 Subject: [PATCH] fix(deps): update rust crate glib-sys to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2d199f334..2a9bb7e125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ windows-implement = "0.48.0" cairo-rs = "0.16" gio = "0.16" glib = "0.16" -glib-sys = "0.16" +glib-sys = "0.17" gtk = "0.16" gdk = "0.16" gdk-sys = "0.16"