]> Untitled Git - lemmy.git/commitdiff
Fix cargo warnings (#3397)
authorSander Saarend <sander@saarend.com>
Wed, 28 Jun 2023 16:57:49 +0000 (19:57 +0300)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2023 16:57:49 +0000 (12:57 -0400)
crates/api_crud/Cargo.toml
crates/db_schema/Cargo.toml

index abe747b154e2d93c1fcb51910dc7a9429d810ebc..a4dfb4addc3586770440dee614f979010cdf08fa 100644 (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 }
\ No newline at end of file
index 69affde883a7ca6d7fedb667c78df97dd5947288..26f9b7901846791ad0d6f6d247da81e49a1918bf 100644 (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 }