diff --git a/Cargo.toml b/Cargo.toml index f7eec3e..793d7a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ libc = "0.2.154" arrow = "51.0.0" parquet = "51.0.0" arrow-ipc = "51.0.0" -deltalake = { version="0.17.3", features = ["datafusion"]} +deltalake = { version="0.18.1", features = ["datafusion"]} datafusion = "38.0.0" deltalake-core = "0.17.3"