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" }