Skip to content

Commit 5f8c3a7

Browse files
Bump uuid from 1.7.0 to 1.12.1
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.12.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.7.0...1.12.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 193cbdb commit 5f8c3a7

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)