diff --git a/Cargo.toml b/Cargo.toml index 5fad5f1..4b6ed9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ sqlx = { version = "=0.8.5", features = [ ] } tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] } sqlparser = { version = "=0.55.0" } -chrono = { version = "=0.4.40", features = ["alloc"] } +chrono = { version = "=0.4.41", features = ["alloc"] } log = { version = "0.4.27" } futures = { version = "=0.3.31", features = ["async-await"] } clap = { version = "4.5.36", features = ["derive", "wrap_help"] }