Skip to content

Commit 4746746

Browse files
renovate-botnoelbot
authored andcommitted
fix(deps): update rust crate cron to 0.13.0
1 parent f0c580d commit 4746746

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tatsuki/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ log = ["dep:log"]
3535

3636
[dependencies]
3737
chrono.workspace = true
38-
cron = { version = "0.12.1", optional = true }
38+
cron = { version = "0.13.0", optional = true }
3939
log = { version = "0.4.22", optional = true }
4040
pin-project-lite = "0.2.14"
4141
serde = { workspace = true, optional = true }

0 commit comments

Comments
 (0)