Skip to content

Commit a2ace58

Browse files
fix(deps): update rust crate uuid to v1
1 parent 53fafca commit a2ace58

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

Cargo.lock

+12-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env_logger = "0.10.1"
2222
juniper = "0.15.11"
2323
log = "0.4.20"
2424
sea-orm = { version = "0.12", features = ["sqlx-postgres", "runtime-actix-rustls"] }
25-
uuid = { version = "0.8", features = ["serde", "v4"] }
25+
uuid = { version = "1.5", features = ["serde", "v4"] }
2626
entity = { path = "./entity" }
2727
dotenv = "0.15.0"
2828
juniper_actix = "0.4.0"

0 commit comments

Comments
 (0)