summaryrefslogtreecommitdiff
path: root/ext/cron
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cron')
-rw-r--r--ext/cron/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml
index 000540bf9..a52ba9888 100644
--- a/ext/cron/Cargo.toml
+++ b/ext/cron/Cargo.toml
@@ -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