From 5c11d0af55b85f1d547269d727da70ca2a8be1f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:26:40 +0000 Subject: [PATCH] fix(deps): update rust crate glib-sys to 0.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 468b26f16..e9e65a23e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ windows-implement = "0.48.0" cairo-rs = "0.16" gio = "0.16" glib = "0.16" -glib-sys = "0.16" +glib-sys = "0.18" gtk = "0.16" gdk = "0.16" gdk-sys = "0.16"