From a54ce5040121ab759109d1911e884b74851ce884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:35:34 +0000 Subject: [PATCH] deps(core): bump the all group across 1 directory with 2 updates Updates the requirements on [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) and [object_store](https://github.com/apache/arrow-rs-object-store) to permit the latest version. Updates `sqllogictest` 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) Updates `object_store` to 0.13.2 - [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs-object-store/compare/v0.12.3...v0.13.2) --- updated-dependencies: - dependency-name: object_store dependency-version: 0.13.2 dependency-type: direct:production dependency-group: all - dependency-name: sqllogictest dependency-version: 0.29.1 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- wren-core/sqllogictest/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wren-core/sqllogictest/Cargo.toml b/wren-core/sqllogictest/Cargo.toml index 24a00b843..1f018fde2 100644 --- a/wren-core/sqllogictest/Cargo.toml +++ b/wren-core/sqllogictest/Cargo.toml @@ -20,13 +20,13 @@ 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.28.4" +sqllogictest = "0.29.1" thiserror = "2.0.3" tokio = { workspace = true } wren-core = { path = "../core" } itertools = "0.14.0" -object_store = { version = "0.12.3", default-features = false } +object_store = { version = "0.13.2", default-features = false } clap = { version = "4.4.8", features = ["derive", "env"] } futures = "0.3.17"