diff --git a/Cargo.toml b/Cargo.toml index a687a95..2f47f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ sqlx = { version = "=0.8.6", features = [ ] } tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread"] } sqlparser = { version = "=0.61.0" } -chrono = { version = "=0.4.44", features = ["alloc"] } +chrono = { version = "=0.4.45", features = ["alloc"] } log = { version = "0.4.29" } futures = { version = "=0.3.32", features = ["async-await"] } clap = { version = "4.6.1", features = ["derive", "wrap_help"] }