Skip to content

Commit e3bc0cb

Browse files
Update deltalake requirement from 0.17.3 to 0.18.2
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](delta-io/delta-rs@rust-v0.17.3...rust-v0.18.2) --- updated-dependencies: - dependency-name: deltalake dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e936b89 commit e3bc0cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ libc = "0.2.154"
4444
arrow = "51.0.0"
4545
parquet = "51.0.0"
4646
arrow-ipc = "51.0.0"
47-
deltalake = { version="0.17.3", features = ["datafusion"]}
47+
deltalake = { version="0.18.2", features = ["datafusion"]}
4848
datafusion = "38.0.0"
4949

5050
deltalake-core = "0.17.3"

0 commit comments

Comments
 (0)