We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd42a20 + cf98f7e commit b031c42Copy full SHA for b031c42
1 file changed
Cargo.toml
@@ -16,7 +16,7 @@ sqlx = { version = "=0.8.6", features = [
16
] }
17
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
18
sqlparser = { version = "=0.60.0" }
19
-chrono = { version = "=0.4.42", features = ["alloc"] }
+chrono = { version = "=0.4.43", features = ["alloc"] }
20
log = { version = "0.4.29" }
21
futures = { version = "=0.3.31", features = ["async-await"] }
22
clap = { version = "4.5.54", features = ["derive", "wrap_help"] }
0 commit comments