We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc4e2d commit b3c6d02Copy full SHA for b3c6d02
1 file changed
Cargo.toml
@@ -15,7 +15,7 @@ sqlx = { version = "=0.8.6", features = [
15
"chrono",
16
] }
17
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
18
-sqlparser = { version = "=0.60.0" }
+sqlparser = { version = "=0.61.0" }
19
chrono = { version = "=0.4.44", features = ["alloc"] }
20
log = { version = "0.4.29" }
21
futures = { version = "=0.3.32", features = ["async-await"] }
0 commit comments