From ca881dfc034e69597f6f36459768edf34641590f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:56:25 +0000 Subject: [PATCH] build(deps): bump gio from 0.18.0 to 0.18.4 Bumps [gio](https://github.com/gtk-rs/gtk-rs-core) from 0.18.0 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: gio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- rustybrain-gtk/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecab40e..7cf12a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -586,9 +586,9 @@ dependencies = [ [[package]] name = "gio" -version = "0.18.0" +version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddfaf6c42dc395cd2fdfbbad662d6cb13a6279fe62582a127369ebbde55eeb23" +checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" dependencies = [ "futures-channel", "futures-core", @@ -678,7 +678,7 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3431c56f463443cba9bc3600248bc6d680cb614c2ee1cdd39dab5415bd12ac5c" dependencies = [ - "gio 0.18.0", + "gio 0.18.4", ] [[package]] @@ -1459,7 +1459,7 @@ name = "rustybrain-gtk" version = "0.1.0" dependencies = [ "gdk4", - "gio 0.18.0", + "gio 0.18.4", "glib-build-tools", "gtk4", "relm4", diff --git a/rustybrain-gtk/Cargo.toml b/rustybrain-gtk/Cargo.toml index 27d5a6e..d39bdcd 100644 --- a/rustybrain-gtk/Cargo.toml +++ b/rustybrain-gtk/Cargo.toml @@ -11,7 +11,7 @@ gdk = { version = "0.4.1", package = "gdk4" } relm4 = { version = "0.4", features = ["macros"] } relm4-components = "0.4" rustybrain-core = { path = "../rustybrain-core" } -gio = "0.18.0" +gio = "0.18.4" [build-dependencies] glib-build-tools = { version = "0.18.0", features = ["gio"] }