diff --git a/crates/noether-scheduler/Cargo.toml b/crates/noether-scheduler/Cargo.toml index 74143c6..4b3a3d2 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.16"