From 4546df4144e1c7a8928282aac6dc6a0d41495b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:52:01 +0000 Subject: [PATCH] build(deps): update deltalake requirement from 0.17.3 to 0.22.3 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.22.3) --- 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..dfb352d 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.3" padder = { version = "1.2.0", features = ["serde"] } serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117"