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"