From d6ecd2f476827f5539cc4e9ef017d99d8c44ef2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:10:39 +0000 Subject: [PATCH] chore(deps): Update cron requirement from 0.12 to 0.17 Updates the requirements on [cron](https://github.com/zslayton/cron) to permit the latest version. - [Release notes](https://github.com/zslayton/cron/releases) - [Commits](https://github.com/zslayton/cron/commits) --- updated-dependencies: - dependency-name: cron dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/noether-scheduler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"