From 6b1c1decad4f6bc3e4cfe8e51a849ccf3f9d8e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:35:02 +0000 Subject: [PATCH] build(deps): update arrow requirement from 51.0.0 to 53.3.0 Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/51.0.0...53.3.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/evolution-builder/Cargo.toml | 2 +- crates/evolution-converter/Cargo.toml | 2 +- crates/evolution-schema/Cargo.toml | 2 +- crates/evolution-writer/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/evolution-builder/Cargo.toml b/crates/evolution-builder/Cargo.toml index 4fb1d9e..50fe628 100644 --- a/crates/evolution-builder/Cargo.toml +++ b/crates/evolution-builder/Cargo.toml @@ -17,6 +17,6 @@ bench = false [dependencies] evolution-common = { workspace = true } evolution-parser = { workspace = true } -arrow = { version = "51.0.0", default-features = false } +arrow = { version = "53.3.0", default-features = false } log = "0.4.21" half = "2.4.1" diff --git a/crates/evolution-converter/Cargo.toml b/crates/evolution-converter/Cargo.toml index b5a6b54..a9e86a7 100644 --- a/crates/evolution-converter/Cargo.toml +++ b/crates/evolution-converter/Cargo.toml @@ -15,7 +15,7 @@ path = "src/lib.rs" bench = false [dependencies] -arrow = "51.0.0" +arrow = "53.3.0" bytesize = "1.3.0" crossbeam = "0.8.4" evolution-builder = { workspace = true } diff --git a/crates/evolution-schema/Cargo.toml b/crates/evolution-schema/Cargo.toml index 18544ab..2586c37 100644 --- a/crates/evolution-schema/Cargo.toml +++ b/crates/evolution-schema/Cargo.toml @@ -18,7 +18,7 @@ bench = false evolution-builder = { workspace = true } evolution-common = { workspace = true } evolution-parser = { workspace = true } -arrow = { version = "51.0.0", default-features = false } +arrow = { version = "53.3.0", default-features = false } deltalake = "0.17.3" padder = { version = "1.2.0", features = ["serde"] } serde = { version = "1.0.202", features = ["derive"] } diff --git a/crates/evolution-writer/Cargo.toml b/crates/evolution-writer/Cargo.toml index a244064..7609f3f 100644 --- a/crates/evolution-writer/Cargo.toml +++ b/crates/evolution-writer/Cargo.toml @@ -15,7 +15,7 @@ path = "src/lib.rs" bench = false [dependencies] -arrow = "51.0.0" +arrow = "53.3.0" evolution-builder = { workspace = true } evolution-common = { workspace = true } parquet = "51.0.0"