Skip to content

Commit 22a3096

Browse files
chore(deps): bump arrow from 54.1.0 to 54.2.0 in the prod-deps group (#330)
Bumps the prod-deps group with 1 update: [arrow](https://github.com/apache/arrow-rs). Updates `arrow` from 54.1.0 to 54.2.0 - [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.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f806d4 commit 22a3096

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ crate-type = ["cdylib"]
2525

2626
[dependencies]
2727
# There's a lot of stuff we don't want here, such as serde support
28-
arrow = { version = "^54.1.0", default-features = false, features = [
28+
arrow = { version = "^54.2.0", default-features = false, features = [
2929
"pyarrow",
3030
] }
3131
calamine = { version = "^0.26.1", features = ["dates"] }

0 commit comments

Comments
 (0)