From 915e9bc3b575532734916737815de11bf50155c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:24:28 +0000 Subject: [PATCH] Bump the gtk group across 1 directory with 3 updates Updates the requirements on [glib](https://github.com/gtk-rs/gtk-rs-core), [glib-sys](https://github.com/gtk-rs/gtk-rs-core) and [gio](https://github.com/gtk-rs/gtk-rs-core) to permit the latest version. Updates `glib` to 0.18.5 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/master/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.18.0...0.18.5) Updates `glib-sys` to 0.20.2 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/master/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.18.0...0.20.2) Updates `gio` to 0.18.4 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/master/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.18.0...0.18.4) --- updated-dependencies: - dependency-name: glib dependency-type: direct:production dependency-group: gtk - dependency-name: glib-sys dependency-type: direct:production dependency-group: gtk - dependency-name: gio dependency-type: direct:production dependency-group: gtk ... Signed-off-by: dependabot[bot] --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f8574dc..e7a6759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,13 +13,13 @@ license = "MIT" system-deps = "7" libc = "0.2" bitflags = "2" -glib = "0.18" -glib-sys = "0.18" +glib = "0.20" +glib-sys = "0.20" gdk = { version = "0.18", features = ["v3_24"] } gdk-sys = "0.18" gtk-sys = "0.18" gtk = "0.18" -gio = "0.18" +gio = "0.20" shell-words = "1.0" tempfile = "3" gtk-layer-shell-sys = { path = "gtk-layer-shell-sys", version = "0.7" }