Skip to content

Commit e7683e2

Browse files
Bump uuid from 1.7.0 to 1.12.1 (#190)
1 parent e353817 commit e7683e2

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.7.0", features = [
25+
uuid = { version = "1.12.1", 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)