diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 3769988822f1..0113ba9329f8 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -108,7 +108,7 @@ postgres-protocol = "0.6.4" postgres-types = { version = "0.2.4", features = ["derive", "with-chrono-0_4"] } rstest = "0.17.0" rust_decimal = { version = "1.27.0", features = ["tokio-pg"] } -sqllogictest = "0.14.0" +sqllogictest = "0.17.1" test-utils = { path = "../../test-utils" } thiserror = "1.0.37" tokio-postgres = "0.7.7"