Skip to content

Commit

Permalink
chore(deps): update rust crate uuid to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent cd4693e commit 17eae2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ repository = "https://github.com/mrivnak/pond"
[dependencies]
chrono = { version = "0.4.34", features = ["serde"] }
rusqlite = { version = "0.31.0", features = ["bundled"] }
uuid = { version = "1.7.0", features = ["serde"] }
uuid = { version = "1.8.0", features = ["serde"] }

[dev-dependencies]
rand = "0.8.5"
uuid = { version = "1.7.0", features = ["v4"] }
uuid = { version = "1.8.0", features = ["v4"] }

0 comments on commit 17eae2c

Please sign in to comment.