Skip to content

Commit 2ba46e8

Browse files
build(deps): bump arrow from 55.0.0 to 55.1.0
Bumps [arrow](https://github.com/apache/arrow-rs) 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a62c4b commit 2ba46e8

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

Cargo.lock

Lines changed: 30 additions & 30 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
@@ -37,7 +37,7 @@ substrait = ["dep:datafusion-substrait"]
3737
tokio = { version = "1.44", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3838
pyo3 = { version = "0.24", features = ["extension-module", "abi3", "abi3-py39"] }
3939
pyo3-async-runtimes = { version = "0.24", features = ["tokio-runtime"]}
40-
arrow = { version = "55.0.0", features = ["pyarrow"] }
40+
arrow = { version = "55.1.0", features = ["pyarrow"] }
4141
datafusion = { version = "47.0.0", features = ["avro", "unicode_expressions"] }
4242
datafusion-substrait = { version = "47.0.0", optional = true }
4343
datafusion-proto = { version = "47.0.0" }

0 commit comments

Comments
 (0)