diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 898237a835896..18f5901689bd2 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -109,7 +109,7 @@ doc-comment = "0.3" env_logger = "0.10" parquet-test-utils = { path = "../../parquet-test-utils" } rstest = "0.16.0" -sqllogictest = "0.9.0" +sqllogictest = "0.10.0" sqlparser = "0.28" test-utils = { path = "../../test-utils" } thiserror = "1.0.37"