From f76d77d02789647200b4f4b8ee15290960d2a5be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 07:15:39 +0000 Subject: [PATCH] chore(deps): update cron requirement from 0.13.0 to 0.14.0 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/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: cron dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- silent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silent/Cargo.toml b/silent/Cargo.toml index 07fb7d4..424dd4b 100644 --- a/silent/Cargo.toml +++ b/silent/Cargo.toml @@ -63,7 +63,7 @@ tokio-util = "0.7.12" anyhow = "1.0.91" # Scheduler -cron = { version = "0.13.0", optional = true } +cron = { version = "0.14.0", optional = true } # Multipart multer = { version = "3.1.0", optional = true }