Skip to content

Commit

Permalink
Update uuid to v0.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Nov 7, 2019
1 parent d45b374 commit 2050fe7
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 @@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
log = "0.4"
fs2 = "0.4"
uuid = { version = "0.7", features = ["v4"] }
uuid = { version = "0.8", features = ["v4"] }
serde = "1"
serde_json = "1"

Expand Down

0 comments on commit 2050fe7

Please sign in to comment.