diff --git a/Cargo.toml b/Cargo.toml index 4b003f7..62cf82b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ tokio = "1.21" tokio-pg-mapper = "0.1" tokio-pg-mapper-derive = "0.1" tokio-postgres = { version = "0.5", features = ["with-uuid-0_8"] } -uuid = { version = "0.8", features = ["v4"] } +uuid = { version = "1.3", features = ["v4"] }