]> Untitled Git - lemmy.git/blobdiff - crates/api_crud/Cargo.toml
feat: re-added captcha checks (#3249)
[lemmy.git] / crates / api_crud / Cargo.toml
index 2d1774463c1a1515fc5d32a1941856d064b91db5..21320a3c359a8850b9fa1ac1db226b0991b557b3 100644 (file)
@@ -16,10 +16,10 @@ lemmy_db_views_actor = { workspace = true, features = ["full"] }
 lemmy_api_common = { workspace = true, features = ["full"] }
 activitypub_federation = { workspace = true }
 bcrypt = { workspace = true }
-serde_json = { workspace = true }
 serde = { workspace = true }
 actix-web = { workspace = true }
 tracing = { workspace = true }
 url = { workspace = true }
 async-trait = { workspace = true }
 webmention = "0.4.0"
+chrono = { worspace = true }