Skip to content

Commit

Permalink
fix(deps): update rust crate cron to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 6, 2024
1 parent c9068a3 commit 3b492e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.12.1", optional = true }
cron = { version = "0.13.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 3b492e1

Please sign in to comment.