Bump gdk from 0.16.0 to 0.16.2

Bumps [gdk](https://github.com/gtk-rs/gtk3-rs) from 0.16.0 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: gdk
  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:07:11 +00:00 committed by GitHub
parent 50fefee7cf
commit d76926d6e1
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

@ -325,9 +325,9 @@ dependencies = [
[[package]] [[package]]
name = "gdk" name = "gdk"
version = "0.16.0" version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f0a4a7aa015962d02634258715164977eb151b48fd250dcac48fab8d312a5aa" checksum = "aa9cb33da481c6c040404a11f8212d193889e9b435db2c14fd86987f630d3ce1"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cairo-rs", "cairo-rs",

View File

@ -15,7 +15,7 @@ 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.1", features = ["v3_24_30"] } gtk = { version = "0.16.1", features = ["v3_24_30"] }
gio = { version = "0.16.3", features = ["v2_72"] } gio = { version = "0.16.3", features = ["v2_72"] }
gdk = "0.16.0" gdk = "0.16.2"
gdk-pixbuf = "0.16.3" gdk-pixbuf = "0.16.3"
glib = "0.16.3" glib = "0.16.3"
serde = { version = "1.0.147", features = ["derive"] } serde = { version = "1.0.147", features = ["derive"] }