Skip to content

Commit

Permalink
fix(deps): update rust crate uuid to 1.5 (#811)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 2327fb8 commit 0c2e779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0c2e779

Please sign in to comment.