Skip to content

Commit 20efb72

Browse files
build(deps): bump arrow-select from 57.3.0 to 58.0.0
Bumps [arrow-select](https://github.com/apache/arrow-rs) from 57.3.0 to 58.0.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.3.0...58.0.0) --- updated-dependencies: - dependency-name: arrow-select dependency-version: 58.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e42775c commit 20efb72

File tree

2 files changed

+125
-62
lines changed

2 files changed

+125
-62
lines changed

Cargo.lock

Lines changed: 124 additions & 61 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
@@ -56,7 +56,7 @@ pyo3 = { version = "0.26", features = [
5656
pyo3-async-runtimes = { version = "0.26", features = ["tokio-runtime"] }
5757
pyo3-log = "0.13.3"
5858
arrow = { version = "57", features = ["pyarrow"] }
59-
arrow-select = { version = "57" }
59+
arrow-select = { version = "58" }
6060
datafusion = { version = "52", features = ["avro", "unicode_expressions"] }
6161
datafusion-substrait = { version = "52", optional = true }
6262
datafusion-proto = { version = "52" }

0 commit comments

Comments
 (0)