From bf205209c229ced40df1ac8915153255f944ba7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:46:54 +0000 Subject: [PATCH] build(deps): update arrow requirement from 51.0.0 to 53.2.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.2.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..dfb0275 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.2.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..2b2bb2d 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.2.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..f7e520b 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.2.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..fd25bb5 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.2.0" evolution-builder = { workspace = true } evolution-common = { workspace = true } parquet = "51.0.0"