Bump gio from 0.16.2 to 0.16.3 (#29)

This commit is contained in:
dependabot[bot] 2022-11-17 18:52:22 +00:00 committed by GitHub
parent 99b78da0cb
commit 23d01502b7
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]]
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",

View File

@ -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"