fix(cron): enable chrono now feature (#24047)

This commit is contained in:
Divy Srivastava 2024-05-29 22:58:06 -07:00 committed by GitHub
parent 9e2971d40f
commit f3ffffc682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ path = "lib.rs"
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
chrono.workspace = true
chrono = { workspace = true, features = ["now"] }
deno_core.workspace = true
saffron.workspace = true
tokio.workspace = true