Skip to content

Commit

Permalink
Bump arrow from 54.1.0 to 54.2.1
Browse files Browse the repository at this point in the history
Bumps [arrow](https://github.com/apache/arrow-rs) from 54.1.0 to 54.2.1.
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@54.1.0...54.2.1)

---
updated-dependencies:
- dependency-name: arrow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent edb769c commit 1497937
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
zip = { version = "2.2.0", default-features = false, features = ["deflate"] }

[dev-dependencies]
arrow = { version = "54.1.0", default-features = false }
arrow = { version = "54.2.1", default-features = false }
clickhouse = { version = "0.13.1" }
jieba-rs = "0.7.1"
parquet = { version = "54.1.0", default-features = false, features = [ "arrow", "lz4"] }
Expand Down

0 comments on commit 1497937

Please sign in to comment.