Skip to content

Commit

Permalink
chore(deps): update uuid requirement from 0.8 to 1.2
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.8.0...1.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fourbytes committed Nov 7, 2024
1 parent 573a52a commit bc99625
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 @@ -20,7 +20,7 @@ url = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
uuid = { version = "1.2", features = ["serde", "v4"] }

rust_decimal = "1"

Expand Down

0 comments on commit bc99625

Please sign in to comment.