diff --git a/conecta-core/Cargo.lock b/conecta-core/Cargo.lock index c6b8bbf..b830d25 100644 --- a/conecta-core/Cargo.lock +++ b/conecta-core/Cargo.lock @@ -2347,9 +2347,9 @@ dependencies = [ [[package]] name = "sqlparser" -version = "0.60.0" +version = "0.61.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505aa16b045c4c1375bf5f125cce3813d0176325bfe9ffc4a903f423de7774ff" +checksum = "dbf5ea8d4d7c808e1af1cbabebca9a2abe603bcefc22294c5b95018d53200cb7" dependencies = [ "log", "recursive", diff --git a/conecta-core/Cargo.toml b/conecta-core/Cargo.toml index dd7f636..4be1dcd 100644 --- a/conecta-core/Cargo.toml +++ b/conecta-core/Cargo.toml @@ -11,7 +11,7 @@ arrow = { version = "57.2.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.60.0" +sqlparser = "0.61.0" rayon = "1.11.0" chrono = "0.4.42"