Skip to content

Commit

Permalink
fix(deps): update rust crate uuid to 1.4 (#299)
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] committed Jul 30, 2023
1 parent 43c29cb commit e7b528d
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.3", optional = true }
uuid = { version = "1.4", optional = true }

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

0 comments on commit e7b528d

Please sign in to comment.