From 43a80201cbe310a51f3071c80804f9612c0e9951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:14:39 +0000 Subject: [PATCH] build(deps): update deltalake requirement from 0.17.3 to 0.23.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...rust-v0.23.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..f263d00 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.23.0" padder = { version = "1.2.0", features = ["serde"] } serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117"