Skip to content

Commit

Permalink
fix(deps): update rust crate uuid to 1.2 (#583)
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 8, 2022
1 parent c7e9efa commit b84e9fb
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 @@ -117,6 +117,6 @@ gdk-pixbuf = { version = "0.15", features = [ "v2_36_8" ] }
libappindicator = { version = "0.7.1", optional = true }
dirs-next = { version = "2.0.0", optional = true }
x11-dl = "2.20"
uuid = { version = "1.1", features = [ "v4" ] }
uuid = { version = "1.2", features = [ "v4" ] }
png = "0.17"
parking_lot = "0.12"

0 comments on commit b84e9fb

Please sign in to comment.