From b426bd73789a110dcebf4ccf94db97aa76a6ed9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:21:42 +0800 Subject: [PATCH] deps(core): update sqllogictest requirement from 0.22.0 to 0.23.0 in /wren-core in the all group (#920) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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" }