Skip to content

Commit

Permalink
Update cron requirement from 0.14.0 to 0.15.0 (#92)
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.14.0...v0.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 1dac787 commit fc9c703
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 @@ -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"
Expand Down

0 comments on commit fc9c703

Please sign in to comment.