Skip to content

Commit

Permalink
fix(deps): update rust crate cron to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and noelbot committed Dec 26, 2024
1 parent 358c950 commit 2a810e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 crates/tatsuki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ log = ["dep:log"]

[dependencies]
chrono.workspace = true
cron = { version = "0.13.0", optional = true }
cron = { version = "0.14.0", optional = true }
log = { version = "0.4.22", optional = true }
pin-project-lite = "0.2.14"
serde = { workspace = true, optional = true }
Expand Down

0 comments on commit 2a810e0

Please sign in to comment.