Bump gdk-pixbuf from 0.16.0 to 0.16.3

Bumps [gdk-pixbuf](https://github.com/gtk-rs/gtk-rs-core) from 0.16.0 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.0...0.16.3)

---
updated-dependencies:
- dependency-name: gdk-pixbuf
  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:44 +00:00 committed by GitHub
parent 99b78da0cb
commit 0bca59a8af
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

@ -341,9 +341,9 @@ dependencies = [
[[package]] [[package]]
name = "gdk-pixbuf" name = "gdk-pixbuf"
version = "0.16.0" 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 = "c0fb526c8c3a075eda15f961820edf3e15fe18576ac4fbabbb324e4cc6c421e6" checksum = "0ba3e42776d1466938add08211734738d5c76e863a25b7a8064c4433a74a1a26"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"gdk-pixbuf-sys", "gdk-pixbuf-sys",

View File

@ -16,7 +16,7 @@ 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.2", features = ["v2_72"] }
gdk = "0.16.0" gdk = "0.16.0"
gdk-pixbuf = "0.16.0" gdk-pixbuf = "0.16.3"
glib = "0.16.2" glib = "0.16.2"
serde = { version = "1.0.147", features = ["derive"] } serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87" serde_json = "1.0.87"