diff --git a/conecta-core/Cargo.lock b/conecta-core/Cargo.lock index f6f664e..fcc3464 100644 --- a/conecta-core/Cargo.lock +++ b/conecta-core/Cargo.lock @@ -2347,9 +2347,9 @@ dependencies = [ [[package]] name = "sqlparser" -version = "0.59.0" +version = "0.60.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4591acadbcf52f0af60eafbb2c003232b2b4cd8de5f0e9437cb8b1b59046cc0f" +checksum = "505aa16b045c4c1375bf5f125cce3813d0176325bfe9ffc4a903f423de7774ff" dependencies = [ "log", "recursive", diff --git a/conecta-core/Cargo.toml b/conecta-core/Cargo.toml index 342e4e8..0dc342e 100644 --- a/conecta-core/Cargo.toml +++ b/conecta-core/Cargo.toml @@ -11,7 +11,7 @@ arrow = { version = "57.1.0", features = ["prettyprint", "ffi"] } r2d2_postgres = "0.18.2" postgres = { version = "0.19", features = ["with-chrono-0_4", "with-uuid-1", "with-geo-types-0_7"] } -sqlparser = "0.59.0" +sqlparser = "0.60.0" rayon = "1.11.0" chrono = "0.4.42"