From 720e030cc02a611f4ac6d3b79965ec627dc3a5cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:50:55 +0000 Subject: [PATCH] chore(modeling-rs-deps): update sqllogictest requirement Updates the requirements on [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) to permit the latest version. Updates `sqllogictest` to 0.22.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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: sqllogictest dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- wren-modeling-rs/sqllogictest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wren-modeling-rs/sqllogictest/Cargo.toml b/wren-modeling-rs/sqllogictest/Cargo.toml index 232df9cd5..26cc032ad 100644 --- a/wren-modeling-rs/sqllogictest/Cargo.toml +++ b/wren-modeling-rs/sqllogictest/Cargo.toml @@ -20,7 +20,7 @@ datafusion = { workspace = true } half = { version = "2.4.1", default-features = true } log = { workspace = true } rust_decimal = { version = "1.27.0" } -sqllogictest = "0.21.0" +sqllogictest = "0.22.0" thiserror = "1.0.61" tokio = { workspace = true } wren-core = { path = "../core" }