Skip to content

Commit

Permalink
fix(deps): update rust crate cron to 0.14.0 (#486)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 5365a67 commit f5832c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apalis-cron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "A simple yet extensible library for cron-like job scheduling for
apalis-core = { path = "../../packages/apalis-core", version = "0.6.2", default-features = false, features = [
"sleep",
] }
cron = "0.13.0"
cron = "0.14.0"
futures = "0.3.30"
tower = { version = "0.5" }
chrono = { version = "0.4.38", default-features = false, features = [
Expand Down

0 comments on commit f5832c3

Please sign in to comment.