Skip to content

Commit 6d4ebda

Browse files
Bump uuid from 1.4.1 to 1.7.0 (#148)
1 parent a0f76bd commit 6d4ebda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platform-dirs = "0.3.0"
2222
serde = { version = "1.0", features = ["derive"] }
2323
serde_json = "1.0"
2424

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

0 commit comments

Comments
 (0)