Skip to content

Commit

Permalink
fix(deps): update rust crate uuid to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 14, 2022
1 parent f77aa4a commit 08710fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ encodings = "0.1.0"
tracing = "0.1.37"

# Primitives
uuid = { version = "1.2.1", features = ["serde", "v4"] }
uuid = { version = "1.2.2", features = ["serde", "v4"] }
# default-features only false until new release @note
chrono = { version="0.4.23", default-features = false, features = ["clock"]}

Expand Down

0 comments on commit 08710fa

Please sign in to comment.