diff --git a/Cargo.toml b/Cargo.toml index f046d57..67686c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.dependencies] diesel = { version = "2.2", features = ["sqlite", "r2d2", "returning_clauses_for_sqlite_3_35"] } libsqlite3-sys = { version = "0.37", features = ["bundled"] } -pq-sys = { version = "0.6", features = ["bundled"] } +pq-sys = { version = "0.7", features = ["bundled"] } uuid = { version = "1", features = ["v7"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } @@ -14,7 +14,7 @@ rand = "0.8" crossbeam-channel = "0.5" thiserror = "1" chrono = "0.4" -cron = "0.13" +cron = "0.16" chrono-tz = "0.10" log = "0.4" redis = { version = "1.2", features = ["script"] }