Skip to content

Commit 25d0be1

Browse files
fix(deps): update rust crate uuid to v1
1 parent 4e5042f commit 25d0be1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Cargo.lock

+1-5
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.0"
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.4", features = ["serde", "v4"] }
2626
entity = { path = "./entity" }
2727
dotenv = "0.15.0"
2828
juniper_actix = "0.4.0"

0 commit comments

Comments
 (0)