Skip to content

Commit

Permalink
fix(deps): update rust crate cron to 0.14 (#411)
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 51f62c0 commit 21c69ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ image = "0.24"

leaky-cauldron = { path = "crates/leaky-cauldron" }
tokio-util = { version = "0.7.10", optional = true, features = ["codec"] }
cron = { version = "0.12", optional = true }
cron = { version = "0.14", optional = true }
chrono = { version = "0.4", optional = true }

# this repo dependencies
Expand Down

0 comments on commit 21c69ad

Please sign in to comment.