Skip to content

Commit

Permalink
fix(deps): update rust crate uuid to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent 9784c85 commit e6d61b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarte_helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde_json = { version = "1.0", optional = true }

buf-min = { workspace = true, optional = true}

uuid = { version = "1.4", optional = true }
uuid = { version = "1.8", optional = true }

[dev-dependencies]
serde_json = "1.0"
Expand Down

0 comments on commit e6d61b4

Please sign in to comment.