From a48c343d28dbc6ae588c723149a81153455c2d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:24:31 +0000 Subject: [PATCH] Update deltalake requirement from 0.17.3 to 0.18.1 Updates the requirements on [deltalake](https://github.com/delta-io/delta.rs) to permit the latest version. - [Release notes](https://github.com/delta-io/delta.rs/releases) - [Changelog](https://github.com/delta-io/delta-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/delta-io/delta.rs/compare/rust-v0.17.3...rust-v0.17.3) --- updated-dependencies: - dependency-name: deltalake dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"