Skip to content

Commit

Permalink
chore(deps): update rust crate uuid to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 25, 2024
1 parent 37af0c6 commit 0718aa2
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 @@ -22,7 +22,7 @@ thiserror = "1.0"
serde = { version = "1.0" }
native_model = { version = "0.4.19" }

uuid = { version = "1.9.0" , optional = true }
uuid = { version = "1.9.1" , optional = true }
chrono = { version = "0.4" , optional = true }

# Optional tokio support
Expand All @@ -39,7 +39,7 @@ tokio = { version = "1.38.0", features = ["test-util","macros"] }
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
criterion = { version = "0.5.1" }
doc-comment = "0.3.3"
uuid = { version = "1.9.0", features = ["serde", "v4"] }
uuid = { version = "1.9.1", features = ["serde", "v4"] }
chrono = { version = "0.4", features = ["serde"] }
rand = "0.8.5"
once_cell = "1.19"
Expand Down

0 comments on commit 0718aa2

Please sign in to comment.