Bump gtk from 0.16.1 to 0.16.2

Bumps [gtk](https://github.com/gtk-rs/gtk3-rs) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/gtk-rs/gtk3-rs/releases)
- [Commits](https://github.com/gtk-rs/gtk3-rs/commits)

---
updated-dependencies:
- dependency-name: gtk
  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-28 17:06:49 +00:00 committed by GitHub
parent 50fefee7cf
commit 8fde5e90cf
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

@ -495,9 +495,9 @@ dependencies = [
[[package]]
name = "gtk"
version = "0.16.1"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca4ab4a5a19d45748f405d2e00201e86d351e80cc13b9d43dfb9be35033a8bd6"
checksum = "e4d3507d43908c866c805f74c9dd593c0ce7ba5c38e576e41846639cdcd4bee6"
dependencies = [
"atk",
"bitflags",

View File

@ -13,7 +13,7 @@ pacmanconf = "2.0.0"
subprocess = "0.2.9"
once_cell = "1.16.0"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
gtk = { version = "0.16.1", features = ["v3_24_30"] }
gtk = { version = "0.16.2", features = ["v3_24_30"] }
gio = { version = "0.16.3", features = ["v2_72"] }
gdk = "0.16.0"
gdk-pixbuf = "0.16.3"