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] committed Mar 19, 2024
1 parent 1101338 commit d12f9fb
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 @@ -18,7 +18,7 @@ rand = { version = "0.8.5" }
chrono = { version = "0.4"}
thiserror = { version = "1.0.58" }
serde = { version = "1.0", features = ["derive"], optional = true }
uuid = { version = "1.7.0", features = ["v4"], optional = true }
uuid = { version = "1.8.0", features = ["v4"], optional = true }

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit d12f9fb

Please sign in to comment.