diff --git a/datafusion/sqllogictest/Cargo.toml b/datafusion/sqllogictest/Cargo.toml index 5c7d909d5c43..236ee56afb6f 100644 --- a/datafusion/sqllogictest/Cargo.toml +++ b/datafusion/sqllogictest/Cargo.toml @@ -53,7 +53,7 @@ postgres-types = { version = "0.2.8", features = ["derive", "with-chrono-0_4"], rust_decimal = { version = "1.36.0", features = ["tokio-pg"] } # Pin to 0.24 until labels are supported # See https://github.com/risinglightdb/sqllogictest-rs/issues/242 -sqllogictest = "=0.24.0" +sqllogictest = "=0.25.0" sqlparser = { workspace = true } tempfile = { workspace = true } thiserror = "2.0.0"