Skip to content

Commit 47f7ed1

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

File tree

2 files changed

+42
-37
lines changed

2 files changed

+42
-37
lines changed

Cargo.lock

Lines changed: 41 additions & 36 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.45", 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.1.0", features = ["pyarrow"] }
40+
arrow = { version = "55.2.0", features = ["pyarrow"] }
4141
datafusion = { version = "48.0.0", features = ["avro", "unicode_expressions"] }
4242
datafusion-substrait = { version = "48.0.0", optional = true }
4343
datafusion-proto = { version = "48.0.0" }

0 commit comments

Comments
 (0)