From b3a2245c31ac4c604c5eb633a86951a0fd6a5276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:56:02 +0000 Subject: [PATCH] chore(deps): bump cron from 0.12.1 to 0.16.0 in /ecc2 Bumps [cron](https://github.com/zslayton/cron) from 0.12.1 to 0.16.0. - [Release notes](https://github.com/zslayton/cron/releases) - [Commits](https://github.com/zslayton/cron/commits) --- updated-dependencies: - dependency-name: cron dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ecc2/Cargo.lock | 7 ++++--- ecc2/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ecc2/Cargo.lock b/ecc2/Cargo.lock index 4a14db27..42a5552f 100644 --- a/ecc2/Cargo.lock +++ b/ecc2/Cargo.lock @@ -379,13 +379,14 @@ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" [[package]] name = "cron" -version = "0.12.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07" +checksum = "089df96cf6a25253b4b6b6744d86f91150a3d4df546f31a95def47976b8cba97" dependencies = [ "chrono", - "nom", "once_cell", + "phf", + "winnow", ] [[package]] diff --git a/ecc2/Cargo.toml b/ecc2/Cargo.toml index a3bdbe8b..6984a497 100644 --- a/ecc2/Cargo.toml +++ b/ecc2/Cargo.toml @@ -47,7 +47,7 @@ libc = "0.2" # Time chrono = { version = "0.4", features = ["serde"] } -cron = "0.12" +cron = "0.16" # UUID for session IDs uuid = { version = "1", features = ["v4"] }