From 292c49d05662f32900c1619c942e3475170ea806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:45:10 +0000 Subject: [PATCH] fix(deps): update rust crate glib to 0.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 468b26f16..d5d6f00a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ windows-implement = "0.48.0" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] cairo-rs = "0.16" gio = "0.16" -glib = "0.16" +glib = "0.18" glib-sys = "0.16" gtk = "0.16" gdk = "0.16"