Skip to content

Commit 1de846d

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 55.2.0 to 56.0.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.2.0...56.0.0) Updates `arrow-buffer` from 55.2.0 to 56.0.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.2.0...56.0.0) Updates `arrow-schema` from 55.2.0 to 56.0.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.2.0...56.0.0) Updates `arrow-select` from 55.2.0 to 56.0.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.2.0...56.0.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 56.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-datafusion - dependency-name: arrow-buffer dependency-version: 56.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-datafusion - dependency-name: arrow-schema dependency-version: 56.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-datafusion - dependency-name: arrow-select dependency-version: 56.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 ee94eb5 commit 1de846d

File tree

2 files changed

+132
-71
lines changed

2 files changed

+132
-71
lines changed

rust/Cargo.lock

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

rust/driver/datafusion/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ categories.workspace = true
3232

3333
[dependencies]
3434
adbc_core.workspace = true
35-
arrow-array = "55.2.0"
36-
arrow-buffer = "55.2.0"
37-
arrow-schema = "55.2.0"
35+
arrow-array = "56.0.0"
36+
arrow-buffer = "56.0.0"
37+
arrow-schema = "56.0.0"
3838
datafusion = { version = "49.0.0", default-features = false }
3939
datafusion-substrait = { version = "49.0.0", default-features = false }
4040
tokio = { version = "1.47", features = ["rt-multi-thread"] }
4141
prost = "0.13.5"
4242

4343
[dev-dependencies]
44-
arrow-select = "55.2.0"
44+
arrow-select = "56.0.0"
4545

4646
[lib]
4747
crate-type = ["lib", "cdylib"]

0 commit comments

Comments
 (0)