diff --git a/Cargo.toml b/Cargo.toml index 6d6445c..504007f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ sqlx = { version = "=0.8.6", features = [ "chrono", ] } tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] } -sqlparser = { version = "=0.58.0" } +sqlparser = { version = "=0.60.0" } chrono = { version = "=0.4.42", features = ["alloc"] } log = { version = "0.4.29" } futures = { version = "=0.3.31", features = ["async-await"] }