diff --git a/crates/noether-scheduler/Cargo.toml b/crates/noether-scheduler/Cargo.toml index 74143c6..3b2e3ee 100644 --- a/crates/noether-scheduler/Cargo.toml +++ b/crates/noether-scheduler/Cargo.toml @@ -28,4 +28,4 @@ clap = { version = "4", features = ["derive"] } tokio = { version = "1", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } -cron = "0.12" +cron = "0.17"