From cc6e626af348e09506f7d5b2afe1154637f42943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 17:07:16 +0000 Subject: [PATCH] Bump gdk-pixbuf from 0.16.3 to 0.16.4 Bumps [gdk-pixbuf](https://github.com/gtk-rs/gtk-rs-core) from 0.16.3 to 0.16.4. - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.16.3...0.16.4) --- 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 a7c04fc..26ce018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,9 +341,9 @@ dependencies = [ [[package]] name = "gdk-pixbuf" -version = "0.16.3" +version = "0.16.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ba3e42776d1466938add08211734738d5c76e863a25b7a8064c4433a74a1a26" +checksum = "d3094f2b8578136d1929cade4e0fff82f573521b579e96cfc24af2458431f176" dependencies = [ "bitflags", "gdk-pixbuf-sys", diff --git a/Cargo.toml b/Cargo.toml index fa1ca71..901071c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ gettext-rs = { version = "0.7", features = ["gettext-system"] } gtk = { version = "0.16.1", features = ["v3_24_30"] } gio = { version = "0.16.3", features = ["v2_72"] } gdk = "0.16.0" -gdk-pixbuf = "0.16.3" +gdk-pixbuf = "0.16.4" glib = "0.16.3" serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.89"