From b5006e97d091228ac1836f8e3e704194cfd237f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 17:08:58 +0000 Subject: [PATCH] Bump gio from 0.16.2 to 0.16.3 Bumps [gio](https://github.com/gtk-rs/gtk-rs-core) from 0.16.2 to 0.16.3. - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.16.2...0.16.3) --- updated-dependencies: - dependency-name: gio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c955673..d3c935f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,9 +404,9 @@ dependencies = [ [[package]] name = "gio" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33c1debf8d0315d69be0153aa76249db3c858ef69b7778ad3cc669e6d370c485" +checksum = "1d4a17d999e6e4e05d87c2bb05b7140d47769bc53211711a33e2f91536458714" dependencies = [ "bitflags", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index fc7b544..015a27f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ subprocess = "0.2.9" once_cell = "1.16.0" gettext-rs = { version = "0.7", features = ["gettext-system"] } gtk = { version = "0.16.0", features = ["v3_24_30"] } -gio = { version = "0.16.2", features = ["v2_72"] } +gio = { version = "0.16.3", features = ["v2_72"] } gdk = "0.16.0" gdk-pixbuf = "0.16.0" glib = "0.16.2"