From 41cf77a2553e25284735261d50180c43ca4e504f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:08:38 +0000 Subject: [PATCH] deps: bump the cargo-patch-and-minor group with 3 updates Bumps the cargo-patch-and-minor group with 3 updates: [gdk4](https://github.com/gtk-rs/gtk4-rs), [glib](https://github.com/gtk-rs/gtk-rs-core) and [glib-build-tools](https://github.com/gtk-rs/gtk-rs-core). Updates `gdk4` from 0.11.2 to 0.11.4 - [Release notes](https://github.com/gtk-rs/gtk4-rs/releases) - [Changelog](https://github.com/gtk-rs/gtk4-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk4-rs/compare/0.11.2...0.11.4) Updates `glib` from 0.22.7 to 0.22.8 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.22.7...0.22.8) Updates `glib-build-tools` from 0.22.0 to 0.22.8 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.22.0...0.22.8) --- updated-dependencies: - dependency-name: gdk4 dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-and-minor - dependency-name: glib dependency-version: 0.22.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-and-minor - dependency-name: glib-build-tools dependency-version: 0.22.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-and-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a76c8c..66eb3f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,9 +876,9 @@ dependencies = [ [[package]] name = "gdk4" -version = "0.11.2" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd42fdbbf48612c6e8f47c65fb92d2e8f39c25aecd6af047e83897c1a22d2a4e" +checksum = "d81e2a6c6ecba2aab60633a98df1868b03fa0bfdce8105edc27c1bccf71f0e39" dependencies = [ "cairo-rs", "gdk-pixbuf", @@ -1053,9 +1053,9 @@ dependencies = [ [[package]] name = "glib" -version = "0.22.7" +version = "0.22.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c207e04e51605dcf7b2924c41591b3a10e1438eaac5bcf448fb91f325381104a" +checksum = "ddbcf514bd1881fc1b960e4e52b4e82873f4da3bceddbd58d42827b508888100" dependencies = [ "bitflags", "futures-channel", @@ -1074,12 +1074,9 @@ dependencies = [ [[package]] name = "glib-build-tools" -version = "0.22.0" +version = "0.22.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bf3abfd1e60b194dded50f802277c68a59121a5a221701102f02db223cdda27" -dependencies = [ - "gio", -] +checksum = "f9871f38b67853c358b8190f77b9f878eb27d933a950f1045b244c4559a9f5f0" [[package]] name = "glib-macros"