Skip to content

Commit

Permalink
build(deps): update arrow requirement from 51.0.0 to 53.3.0
Browse files Browse the repository at this point in the history
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](apache/arrow-rs@51.0.0...53.3.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 79097cc commit 6b1c1de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/evolution-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/evolution-converter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion crates/evolution-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/evolution-writer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6b1c1de

Please sign in to comment.