From 1fb73d12df22f2bccf669c451efd2b40ab3a032c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:26:19 +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 468b26f16..ab97894c6 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" ] }