From f8b8694ba2c33e4a1d3b4616cc87c9ccd49b8160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:05:34 +0000 Subject: [PATCH] chore(deps): bump sqllogictest from 0.28.4 to 0.29.1 Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from 0.28.4 to 0.29.1. - [Release notes](https://github.com/risinglightdb/sqllogictest-rs/releases) - [Changelog](https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/risinglightdb/sqllogictest-rs/compare/v0.28.4...v0.29.1) --- updated-dependencies: - dependency-name: sqllogictest dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- datafusion-pg-functions/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e81fdc9..8b398ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4055,9 +4055,9 @@ dependencies = [ [[package]] name = "sqllogictest" -version = "0.28.4" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3566426f72a13e393aa34ca3d542c5b0eb86da4c0db137ee9b5cfccc6179e52d" +checksum = "d03b2262a244037b0b510edbd25a8e6c9fb8d73ee0237fc6cc95a54c16f94a82" dependencies = [ "async-trait", "educe", diff --git a/datafusion-pg-functions/Cargo.toml b/datafusion-pg-functions/Cargo.toml index 745d9df..d16a0c8 100644 --- a/datafusion-pg-functions/Cargo.toml +++ b/datafusion-pg-functions/Cargo.toml @@ -94,7 +94,7 @@ rand = { version = "0.9", optional = true } async-trait = "0.1" datafusion = { workspace = true, features = ["nested_expressions"] } env_logger = "0.11" -sqllogictest = "0.28" +sqllogictest = "0.29" tokio = { workspace = true, features = ["macros", "rt", "fs"] } [[test]]