From 95cbeb5123d005274747570b1aca5ac3bf61f48a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 02:17:48 +0000 Subject: [PATCH] fix(deps): update rust crate gdk-pixbuf to 0.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c35996b8e..d85d2efe64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ gdk = "0.16" gdk-sys = "0.16" gdkx11-sys = "0.16" gdkwayland-sys = "0.16.0" -gdk-pixbuf = "0.16" +gdk-pixbuf = "0.18" x11-dl = "2.21" zbus = "3" uuid = { version = "1.3", features = [ "v4" ] }