Skip to content

Commit 4c4ede5

Browse files
fix(deps): update rust crate cron to 0.15 (#878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ceb7a4c commit 4c4ede5

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/runtime/pipeline/nodes/behaviors/timing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ anyhow = "1"
99
mizer-node = { path = "../../../node" }
1010
mizer-clock = { path = "../../../../clock" }
1111
serde = { version = "1", features = ["derive"] }
12-
cron = "0.14"
12+
cron = "0.15"
1313
chrono = "0.4"

0 commit comments

Comments
 (0)