Skip to content

Commit

Permalink
Update uuid requirement from ~1.5 to ~1.7
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@1.5.0...1.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 2b0505a commit 4e34366
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 @@ -11,4 +11,4 @@ license = "MPL-2.0"
rust-version = "1.57.0"

[dependencies]
uuid = { version = "~1.5", features = ["v4"] }
uuid = { version = "~1.7", features = ["v4"] }

0 comments on commit 4e34366

Please sign in to comment.