Skip to content

Commit

Permalink
Merge pull request #312 from GiganticMinecraft/renovate/uuid-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate uuid to 1.5.0
  • Loading branch information
rito528 authored Oct 21, 2023
2 parents 65dea0d + 26b9700 commit 83f73a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde_json = "1.0.107"
itertools = "0.11.0"
chrono = { version = "0.4.31" }
futures = "0.3.28"
uuid = { version = "1.4.1", features = ["v4"] }
uuid = { version = "1.5.0", features = ["v4"] }
deriving_via = "1.5.0"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls"] }
num-traits = "0.2.17"
Expand Down

0 comments on commit 83f73a4

Please sign in to comment.