Skip to content

Commit

Permalink
fix(deps): update rust crate tokio-cron-scheduler to 0.11.0 (#24)
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
NINNiT and renovate[bot] committed Sep 20, 2024
1 parent b86855e commit 4d195e2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 27 deletions.
41 changes: 15 additions & 26 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 apps/xenbakd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.196", features = ["derive"] }
tokio = { version = "1.35.1", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tokio-cron-scheduler = "0.10.2"
tokio-cron-scheduler = "0.11.0"
async-trait = "0.1.77"
chrono = "0.4.33"
thiserror = "1.0.56"
Expand Down

0 comments on commit 4d195e2

Please sign in to comment.