Skip to content

Commit

Permalink
Update Rust crate uuid to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent 1c9cb60 commit 6b9fc06
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 @@ -15,7 +15,7 @@ version = "0.6.0"
[dependencies]
libsugar = "2.4"
serde = {version = "1", features = ["derive"]}
uuid = {version = "1.5", features = ["serde", "v4"]}
uuid = {version = "1.7", features = ["serde", "v4"]}

[dev-dependencies]
easybench = "1"
Expand Down

0 comments on commit 6b9fc06

Please sign in to comment.