From 22c18f20313bc5bfebc938504b6d9ecb0935e3a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:03:26 +0000 Subject: [PATCH] chore(deps): update cron requirement from 0.14.0 to 0.15.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.14.0...v0.15.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 46e6cff..b2e213f 100644 --- a/silent/Cargo.toml +++ b/silent/Cargo.toml @@ -63,7 +63,7 @@ tokio-util = "0.7.13" anyhow = "1.0.95" # Scheduler -cron = { version = "0.14.0", optional = true } +cron = { version = "0.15.0", optional = true } # Multipart multer = { version = "3.1.0", optional = true }