Merge pull request #2 from CachyOS/dependabot/cargo/gio-0.15.12

Bump gio from 0.15.11 to 0.15.12
This commit is contained in:
Vladislav Nepogodin 2022-06-28 00:54:10 +04:00 committed by GitHub
commit c6b0c250c1
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

@ -256,9 +256,9 @@ dependencies = [
[[package]]
name = "gio"
version = "0.15.11"
version = "0.15.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f132be35e05d9662b9fa0fee3f349c6621f7782e0105917f4cc73c1bf47eceb"
checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b"
dependencies = [
"bitflags",
"futures-channel",

View File

@ -10,7 +10,7 @@ subprocess = "0.2.9"
once_cell = "1.12.0"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
gtk = { version = "0.15.5", features = ["v3_24_30"] }
gio = { version = "0.15.11", features = ["v2_72"] }
gio = { version = "0.15.12", features = ["v2_72"] }
gdk = "0.15.4"
gdk-pixbuf = "0.15.11"
glib = "0.15.11"