Skip to content

Commit 888a2f4

Browse files
chore(deps): bump arrow from 55.1.0 to 55.2.0 in the prod-deps group (#355)
Bumps the prod-deps group with 1 update: [arrow](https://github.com/apache/arrow-rs). Updates `arrow` from 55.1.0 to 55.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@55.1.0...55.2.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 55.2.0 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 d487ac1 commit 888a2f4

File tree

2 files changed

+36
-24
lines changed

2 files changed

+36
-24
lines changed

Cargo.lock

Lines changed: 35 additions & 23 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
@@ -26,7 +26,7 @@ crate-type = ["cdylib"]
2626

2727
[dependencies]
2828
# There's a lot of stuff we don't want here, such as serde support
29-
arrow = { version = "^55.1.0", default-features = false, features = [
29+
arrow = { version = "^55.2.0", default-features = false, features = [
3030
"pyarrow",
3131
] }
3232
calamine = { version = "^0.28.0", features = ["dates"] }

0 commit comments

Comments
 (0)