Skip to content

Commit

Permalink
Bump uuid from 1.12.1 to 1.13.1 (mxsm#2528)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 4d04fe8 commit 4789c5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 43 deletions.
54 changes: 12 additions & 42 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 @@ -72,7 +72,7 @@ mockall = "0.13.1"
cfg-if = "1.0.0"

sysinfo = "0.33.1"
uuid = { version = "1.12.1", features = ["v4", # Lets you generate random UUIDs
uuid = { version = "1.13.1", features = ["v4", # Lets you generate random UUIDs
"fast-rng", # Use a faster (but still sufficiently random) RNG
"macro-diagnostics", ] }

Expand Down

0 comments on commit 4789c5a

Please sign in to comment.