Skip to content

Commit

Permalink
chore(deps): bump the arrow-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the arrow-deps group with 3 updates: [arrow](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [parquet](https://github.com/apache/arrow-rs).


Updates `arrow` from 53.3.0 to 54.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...54.0.0)

Updates `arrow-schema` from 53.3.0 to 54.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...54.0.0)

Updates `parquet` from 53.3.0 to 54.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...54.0.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow-deps
- dependency-name: arrow-schema
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow-deps
- dependency-name: parquet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent beb3207 commit 5c6be78
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 48 deletions.
68 changes: 30 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/csv2arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ description = "Convert CSV files to Arrow"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arrow = "53.3.0"
arrow-schema = { version = "53.0.0", features = ["serde"] }
arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.134"
clap = { version = "4.5.23", features = ["derive"] }
arrow-tools = { version = "0.20.0", path = "../arrow-tools" }
Expand Down
6 changes: 3 additions & 3 deletions crates/csv2parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ description = "Convert CSV files to Parquet"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
parquet = "53.3.0"
arrow = "53.3.0"
arrow-schema = { version = "53.0.0", features = ["serde"] }
parquet = "54.0.0"
arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.134"
clap = { version = "4.5.23", features = ["derive"] }
arrow-tools = { version = "0.20.0", path = "../arrow-tools" }
Expand Down
4 changes: 2 additions & 2 deletions crates/json2arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ description = "Convert JSON files to Arrow"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arrow = "53.3.0"
arrow-schema = { version = "53.0.0", features = ["serde"] }
arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.134"
clap = { version = "4.5.23", features = ["derive"] }
arrow-tools = { version = "0.20.0", path = "../arrow-tools" }
Expand Down
6 changes: 3 additions & 3 deletions crates/json2parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ description = "Convert JSON files to Parquet"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
parquet = "53.3.0"
arrow = "53.3.0"
arrow-schema = { version = "53.0.0", features = ["serde"] }
parquet = "54.0.0"
arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.134"
clap = { version = "4.5.23", features = ["derive"] }
arrow-tools = { version = "0.20.0", path = "../arrow-tools" }
Expand Down

0 comments on commit 5c6be78

Please sign in to comment.