From d36ca49dc88a8056df6cd674a3ae9051fd19e9b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:20:13 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe2fcf0667..3246638deb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,6 +122,6 @@ gdkwayland-sys = "0.18.0" gdk-pixbuf = "0.18" x11-dl = "2.21" zbus = "3" -uuid = { version = "1.3", features = [ "v4" ] } +uuid = { version = "1.4", features = [ "v4" ] } png = "0.17" parking_lot = "0.12"