Skip to content

Commit

Permalink
Merge pull request #659 from OpenPoolProject/renovate/uuid-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate uuid to 1.7.0
  • Loading branch information
kilpatty authored Jan 25, 2024
2 parents dcc619c + 2ee3b36 commit 2ce27c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extended-primitives = {version = "0.3.8"}
tracing = "0.1.40"

# Primitives
uuid = { version = "1.6.1", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.7.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }
bytes = "1.5.0"

# Utils
Expand Down

0 comments on commit 2ce27c5

Please sign in to comment.