1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-04-21 02:14:07 +00:00

Fix cargo warnings ()

This commit is contained in:
Sander Saarend 2023-06-28 19:57:49 +03:00 committed by GitHub
parent ffc049078e
commit ec18fd9869
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
crates
api_crud
db_schema

View file

@ -22,5 +22,5 @@ tracing = { workspace = true }
url = { workspace = true }
async-trait = { workspace = true }
webmention = "0.4.0"
chrono = { worspace = true }
chrono = { workspace = true }
uuid = { workspace = true }

View file

@ -48,7 +48,7 @@ rustls = { workspace = true }
futures-util = { workspace = true }
tokio-postgres = { workspace = true }
tokio-postgres-rustls = { workspace = true }
uuid = { features = ["v4"] }
uuid = { workspace = true, features = ["v4"] }
[dev-dependencies]
serial_test = { workspace = true }