Skip to content

Commit 6c6f4cf

Browse files
chore(rust): Bump the arrow-datafusion group in /rust with 4 updates
Bumps the arrow-datafusion group in /rust with 4 updates: [arrow-array](https://github.com/apache/arrow-rs), [arrow-buffer](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [arrow-select](https://github.com/apache/arrow-rs). Updates `arrow-array` 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) Updates `arrow-buffer` 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) Updates `arrow-schema` 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) Updates `arrow-select` 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-array dependency-version: 58.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-datafusion - dependency-name: arrow-buffer dependency-version: 58.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-datafusion - dependency-name: arrow-schema dependency-version: 58.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-datafusion - dependency-name: arrow-select dependency-version: 58.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-datafusion ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c343bdd commit 6c6f4cf

3 files changed

Lines changed: 142 additions & 77 deletions

File tree

rust/Cargo.lock

Lines changed: 134 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ categories = ["database"]
3737
adbc_core = { path = "./core", version = "0.23.0" }
3838
adbc_driver_manager = { path = "./driver_manager", version = "0.23.0" }
3939
adbc_ffi = { path = "./ffi", version = "0.23.0" }
40-
arrow-array = { version = ">=53.1.0, <58", default-features = false, features = [
40+
arrow-array = { version = ">=53.1.0, <59", default-features = false, features = [
4141
"ffi",
4242
] }
43-
arrow-buffer = { version = ">=53.1.0, <58", default-features = false }
44-
arrow-schema = { version = ">=53.1.0, <58", default-features = false }
45-
arrow-select = { version = ">=53.1.0, <58", default-features = false }
43+
arrow-buffer = { version = ">=53.1.0, <59", default-features = false }
44+
arrow-schema = { version = ">=53.1.0, <59", default-features = false }
45+
arrow-select = { version = ">=53.1.0, <59", default-features = false }

0 commit comments

Comments
 (0)