From 97f56517c01abeb81ba4e734b2412cb56204c651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:24:18 +0000 Subject: [PATCH] Bump sqlparser from 0.59.0 to 0.60.0 in /conecta-core Bumps [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) from 0.59.0 to 0.60.0. - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion-sqlparser-rs/compare/v0.59.0...v0.60.0) --- updated-dependencies: - dependency-name: sqlparser dependency-version: 0.60.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- conecta-core/Cargo.lock | 4 ++-- conecta-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"