Skip to content

Commit 1d4f79c

Browse files
chore(deps): bump arrow from 55.0.0 to 55.1.0 in the prod-deps group (#351)
Bumps the prod-deps group with 1 update: [arrow](https://github.com/apache/arrow-rs). Updates `arrow` from 55.0.0 to 55.1.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.0.0...55.1.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 55.1.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 fcebe1e commit 1d4f79c

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
@@ -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.0.0", default-features = false, features = [
29+
arrow = { version = "^55.1.0", default-features = false, features = [
3030
"pyarrow",
3131
] }
3232
calamine = { version = "^0.27.0", features = ["dates"] }

0 commit comments

Comments
 (0)