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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-14 17:08:58 +00:00 committed by GitHub
parent 99b78da0cb
commit b5006e97d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -404,9 +404,9 @@ dependencies = [
[[package]] [[package]]
name = "gio" name = "gio"
version = "0.16.2" version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c1debf8d0315d69be0153aa76249db3c858ef69b7778ad3cc669e6d370c485" checksum = "1d4a17d999e6e4e05d87c2bb05b7140d47769bc53211711a33e2f91536458714"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"futures-channel", "futures-channel",

View File

@ -14,7 +14,7 @@ subprocess = "0.2.9"
once_cell = "1.16.0" once_cell = "1.16.0"
gettext-rs = { version = "0.7", features = ["gettext-system"] } gettext-rs = { version = "0.7", features = ["gettext-system"] }
gtk = { version = "0.16.0", features = ["v3_24_30"] } 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 = "0.16.0"
gdk-pixbuf = "0.16.0" gdk-pixbuf = "0.16.0"
glib = "0.16.2" glib = "0.16.2"