From 478f4b9779c10032c7d8e8902116c25cd6a88785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:14:49 +0000 Subject: [PATCH] Update sqllogictest requirement from 0.15.0 to 0.18.0 Updates the requirements on [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) to permit the latest version. - [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.15.0...v0.18.0) --- updated-dependencies: - dependency-name: sqllogictest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datafusion/sqllogictest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/sqllogictest/Cargo.toml b/datafusion/sqllogictest/Cargo.toml index 447df5f90cf7..b3f1f93e392e 100644 --- a/datafusion/sqllogictest/Cargo.toml +++ b/datafusion/sqllogictest/Cargo.toml @@ -41,7 +41,7 @@ itertools = "0.11" object_store = "0.7.0" rust_decimal = {version = "1.27.0"} log = "^0.4" -sqllogictest = "0.15.0" +sqllogictest = "0.18.0" sqlparser.workspace = true tempfile = "3" thiserror = "1.0.44"