diff --git a/Cargo.lock b/Cargo.lock index 72c2695..6ad536f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,9 +590,9 @@ checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853" [[package]] name = "cron" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089df96cf6a25253b4b6b6744d86f91150a3d4df546f31a95def47976b8cba97" +checksum = "a5dcd6f69605c2956916ce24e8af637b754964c9a83f4662d3a2361654cdba09" dependencies = [ "chrono", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 8f43a81..b7383a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ web = ["dep:sqlx", "dep:include_dir"] anyhow = "1" axum = "0.8" chrono = { version = "0.4", features = ["serde"] } -cron = "0.16" +cron = "0.17" futures = "0.3" bollard = { version = "0.20", features = ["ssl"] } clap = { version = "4", features = ["derive", "env"] }