Skip to content

Commit

Permalink
fix(deps): update rust crate uuid to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 874b8c5 commit 94ad291
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
28 changes: 12 additions & 16 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env_logger = "0.10.0"
juniper = "0.15.11"
log = "0.4.20"
sea-orm = { version = "0.12", features = ["sqlx-postgres", "runtime-actix-rustls"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
uuid = { version = "1.5", features = ["serde", "v4"] }
entity = { path = "./entity" }
dotenv = "0.15.0"
juniper_actix = "0.4.0"
Expand Down

0 comments on commit 94ad291

Please sign in to comment.