Skip to content

Commit

Permalink
chore(deps): update cron requirement from 0.12 to 0.13
Browse files Browse the repository at this point in the history
Updates the requirements on [cron](https://github.com/zslayton/cron) to permit the latest version.
- [Release notes](https://github.com/zslayton/cron/releases)
- [Commits](zslayton/cron@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: cron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 5968509 commit d2a875d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ all = ["async", "sync"]

[dependencies]
chrono = "0.4"
cron = "0.12"
cron = "0.13"
thiserror = "1.0"
crossbeam-channel = "0.5"
tokio = { version = "1.25", optional = true, features = ["sync", "rt-multi-thread", "time", "macros"] }
Expand Down

0 comments on commit d2a875d

Please sign in to comment.