Skip to content

Commit aad582b

Browse files
build(deps): bump arrow from 54.3.0 to 54.3.1
Bumps [arrow](https://github.com/apache/arrow-rs) from 54.3.0 to 54.3.1. - [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@54.3.0...54.3.1) --- updated-dependencies: - dependency-name: arrow dependency-version: 54.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09b929a commit aad582b

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

Cargo.lock

Lines changed: 28 additions & 28 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.43", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3838
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py39"] }
3939
pyo3-async-runtimes = { version = "0.23", features = ["tokio-runtime"]}
40-
arrow = { version = "54.2.1", features = ["pyarrow"] }
40+
arrow = { version = "54.3.1", features = ["pyarrow"] }
4141
datafusion = { version = "46.0.1", features = ["avro", "unicode_expressions"] }
4242
datafusion-substrait = { version = "46.0.1", optional = true }
4343
datafusion-proto = { version = "46.0.1" }

0 commit comments

Comments
 (0)