fix(deps): update rust crate uuid to 1.5 (#811)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-19 19:52:51 +03:00
committed by GitHub
parent 2327fb8517
commit 0c2e779459

View File

@@ -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"