From 78a29cb6d474eb46a5fa4b368d6bf897ce5fbe71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:49:57 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a65ae4c7c..816337168 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.5", features = [ "v4" ] } png = "0.17" parking_lot = "0.12"