chore(deps): bump cron from 0.12.1 to 0.16.0 in /ecc2 (#2262)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-06-15 13:47:50 -04:00 committed by GitHub
parent c6f56a99e1
commit c64c084e7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

7
ecc2/Cargo.lock generated
View File

@ -379,13 +379,14 @@ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
[[package]] [[package]]
name = "cron" name = "cron"
version = "0.12.1" version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07" checksum = "089df96cf6a25253b4b6b6744d86f91150a3d4df546f31a95def47976b8cba97"
dependencies = [ dependencies = [
"chrono", "chrono",
"nom",
"once_cell", "once_cell",
"phf",
"winnow",
] ]
[[package]] [[package]]

View File

@ -47,7 +47,7 @@ libc = "0.2"
# Time # Time
chrono = { version = "0.4", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] }
cron = "0.12" cron = "0.16"
# UUID for session IDs # UUID for session IDs
uuid = { version = "1", features = ["v4"] } uuid = { version = "1", features = ["v4"] }