From fc9c703b1e69703ebdf0d25cd29ec41754cdb468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:38:31 +0100 Subject: [PATCH] Update cron requirement from 0.14.0 to 0.15.0 (#92) 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.14.0) --- updated-dependencies: - dependency-name: cron dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba575dd..2ddcf6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ bolero = { version = "0.12.0", features = ["arbitrary"] } bytes = "1.9" chrono = "0.4.31" console_error_panic_hook = "0.1.7" -cron = "0.14.0" +cron = "0.15.0" deepsize = "0.2.0" educe = "0.6.0" futures = "0.3.29"