From 0e29a2406919cc923dcb33a2cbbdeb6cc2f4714b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:14:32 +0000 Subject: [PATCH] deps(core): update sqllogictest requirement Updates the requirements on [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) to permit the latest version. Updates `sqllogictest` to 0.23.0 - [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.22.0...v0.23.0) --- updated-dependencies: - dependency-name: sqllogictest dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- wren-core/sqllogictest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wren-core/sqllogictest/Cargo.toml b/wren-core/sqllogictest/Cargo.toml index 0f2b98859..01176a47d 100644 --- a/wren-core/sqllogictest/Cargo.toml +++ b/wren-core/sqllogictest/Cargo.toml @@ -20,7 +20,7 @@ datafusion = { workspace = true, default-features = true } half = { version = "2.4.1", default-features = true } log = { workspace = true } rust_decimal = { version = "1.27.0" } -sqllogictest = "0.22.0" +sqllogictest = "0.23.0" thiserror = "2.0.3" tokio = { workspace = true } wren-core = { path = "../core" }