From 6c8ca651a1bb645abc7e2ad540e8cd9f8222f1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:06:38 +0000 Subject: [PATCH] build(deps): update deltalake requirement from 0.17.3 to 0.22.0 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...python-v0.22.0) --- updated-dependencies: - dependency-name: deltalake dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/evolution-schema/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/evolution-schema/Cargo.toml b/crates/evolution-schema/Cargo.toml index 18544ab..709f380 100644 --- a/crates/evolution-schema/Cargo.toml +++ b/crates/evolution-schema/Cargo.toml @@ -19,7 +19,7 @@ evolution-builder = { workspace = true } evolution-common = { workspace = true } evolution-parser = { workspace = true } arrow = { version = "51.0.0", default-features = false } -deltalake = "0.17.3" +deltalake = "0.22.0" padder = { version = "1.2.0", features = ["serde"] } serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117"