Skip to content

Commit 9d183b9

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 56.1.0 to 56.2.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@56.1.0...56.2.0) Updates `arrow-buffer` from 56.1.0 to 56.2.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@56.1.0...56.2.0) Updates `arrow-schema` from 56.1.0 to 56.2.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@56.1.0...56.2.0) Updates `arrow-select` from 56.1.0 to 56.2.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@56.1.0...56.2.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 56.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion - dependency-name: arrow-buffer dependency-version: 56.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion - dependency-name: arrow-schema dependency-version: 56.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion - dependency-name: arrow-select dependency-version: 56.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6bc5e7 commit 9d183b9

2 files changed

Lines changed: 21 additions & 15 deletions

File tree

rust/Cargo.lock

Lines changed: 19 additions & 13 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ categories.workspace = true
3333
[dependencies]
3434
adbc_core.workspace = true
3535
adbc_ffi = { workspace = true, optional = true }
36-
arrow-array = "56.0.0"
36+
arrow-array = "56.2.0"
3737
arrow-buffer = "56.0.0"
3838
arrow-schema = "56.0.0"
3939
datafusion = { version = "50.0.0", default-features = false }
@@ -42,7 +42,7 @@ tokio = { version = "1.47", features = ["rt-multi-thread"] }
4242
prost = "0.13.5"
4343

4444
[dev-dependencies]
45-
arrow-select = "56.0.0"
45+
arrow-select = "56.2.0"
4646

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

0 commit comments

Comments
 (0)