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 Sep 14, 2023
1 parent 500612b commit 183b09d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 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.4", features = ["serde", "v4"] }
entity = { path = "./entity" }
dotenv = "0.15.0"
juniper_actix = "0.4.0"
Expand Down

0 comments on commit 183b09d

Please sign in to comment.