From 6163f2a796a488b3f6a0d26503af52427307fd6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:42:04 +0000 Subject: [PATCH] fix(deps): update rust crate gio to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac78f1b15b..642f3db3f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,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" +gio = "0.17" glib = "0.16" glib-sys = "0.16" gtk = "0.16"