Skip to content

Commit

Permalink
Bump uuid from 1.4.1 to 1.7.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent a0f76bd commit 6d4ebda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ platform-dirs = "0.3.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

uuid = { version = "1.4.1", features = [
uuid = { version = "1.7.0", features = [
"v4", # Lets you generate random UUIDs
"fast-rng", # Use a faster (but still sufficiently random) RNG
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
Expand Down

0 comments on commit 6d4ebda

Please sign in to comment.