From 0bca59a8af4b022d42c6f7d73badc3ca52c98657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 17:08:44 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c955673..5c9e8b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,9 +341,9 @@ dependencies = [ [[package]] name = "gdk-pixbuf" -version = "0.16.0" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0fb526c8c3a075eda15f961820edf3e15fe18576ac4fbabbb324e4cc6c421e6" +checksum = "0ba3e42776d1466938add08211734738d5c76e863a25b7a8064c4433a74a1a26" dependencies = [ "bitflags", "gdk-pixbuf-sys", diff --git a/Cargo.toml b/Cargo.toml index fc7b544..b37d002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ 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"] } gdk = "0.16.0" -gdk-pixbuf = "0.16.0" +gdk-pixbuf = "0.16.3" glib = "0.16.2" serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.87"