diff --git a/Cargo.toml b/Cargo.toml index 4e1de115..11624762 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1.0.102" async-bb8-diesel = "0.3.0" async-trait = "0.1.89" base64 = "0.22" -chrono = "0.4.44" +chrono = "0.4.45" clap = { version = "4.6.4", features = ["derive", "string", "env"] } config = { version = "0.15.25", features = ["toml"] } diesel = { version = "2.3.9", features = ["postgres"] }