diff --git a/Cargo.lock b/Cargo.lock index e81fdc9..8b398ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4055,9 +4055,9 @@ dependencies = [ [[package]] name = "sqllogictest" -version = "0.28.4" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3566426f72a13e393aa34ca3d542c5b0eb86da4c0db137ee9b5cfccc6179e52d" +checksum = "d03b2262a244037b0b510edbd25a8e6c9fb8d73ee0237fc6cc95a54c16f94a82" dependencies = [ "async-trait", "educe", diff --git a/datafusion-pg-functions/Cargo.toml b/datafusion-pg-functions/Cargo.toml index 745d9df..d16a0c8 100644 --- a/datafusion-pg-functions/Cargo.toml +++ b/datafusion-pg-functions/Cargo.toml @@ -94,7 +94,7 @@ rand = { version = "0.9", optional = true } async-trait = "0.1" datafusion = { workspace = true, features = ["nested_expressions"] } env_logger = "0.11" -sqllogictest = "0.28" +sqllogictest = "0.29" tokio = { workspace = true, features = ["macros", "rt", "fs"] } [[test]]