Skip to content

Commit 7316089

Browse files
Bump uuid from 1.14.0 to 1.15.1 (#2613)
1 parent c8bbf07 commit 7316089

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ mockall = "0.13.1"
7272
cfg-if = "1.0.0"
7373

7474
sysinfo = "0.33.1"
75-
uuid = { version = "1.14.0", features = ["v4", # Lets you generate random UUIDs
75+
uuid = { version = "1.15.1", features = ["v4", # Lets you generate random UUIDs
7676
"fast-rng", # Use a faster (but still sufficiently random) RNG
7777
"macro-diagnostics", ] }
7878

0 commit comments

Comments
 (0)