Skip to content

Commit b7acb0e

Browse files
chore(deps): bump arrow from 53.1.0 to 53.2.0 in the prod-deps group (#309)
Bumps the prod-deps group with 1 update: [arrow](https://github.com/apache/arrow-rs). Updates `arrow` from 53.1.0 to 53.2.0 - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](apache/arrow-rs@53.1.0...53.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 fb3d540 commit b7acb0e

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 = "53.1.0", default-features = false, features = ["pyarrow"] }
28+
arrow = { version = "53.2.0", default-features = false, features = ["pyarrow"] }
2929
calamine = { version = "0.26.1", features = ["dates"] }
3030
chrono = { version = "0.4.38", default-features = false }
3131
log = "0.4.22"

0 commit comments

Comments
 (0)