From f7321d848ef95f60a4a4ae281c58da9036a06df0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 04:50:16 +0000 Subject: [PATCH] Update gdk-pixbuf requirement from ^0.2.0 to ^0.14.0 Updates the requirements on [gdk-pixbuf](https://github.com/gtk-rs/gtk-rs-core) to permit the latest version. - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Commits](https://github.com/gtk-rs/gtk-rs-core/commits/0.14) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b565737..dc2ef1ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://github.com/hasufell/rust-libnotify" version = "1.0.2" [dependencies] -gdk-pixbuf = "^0.2.0" +gdk-pixbuf = "^0.14.0" gdk-pixbuf-sys = "^0.4.0" glib = "^0.3.1" glib-sys = "^0.4.0"