Skip to content

Commit

Permalink
build(deps): update uuid requirement from 0.7 to 1.9
Browse files Browse the repository at this point in the history
Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@0.7.0...1.9.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent 0b3940c commit d1f4a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rand_core = "0.5.1"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
uuid = { version = "0.7", features = ["v4"] }
uuid = { version = "1.9", features = ["v4"] }
tempfile = "3.0"
rocksdb = "0.19"
ordered-float = "0.5"
Expand Down

0 comments on commit d1f4a11

Please sign in to comment.