Skip to content

Commit c6a95ca

Browse files
Update arrow-buffer requirement from 26.0.0 to 27.0.0
Updates the requirements on [arrow-buffer](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md) - [Commits](apache/arrow-rs@26.0.0...27.0.0) --- updated-dependencies: - dependency-name: arrow-buffer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d91ce06 commit c6a95ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ unicode_expressions = ["unicode-segmentation"]
4141
[dependencies]
4242
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
4343
arrow = { version = "26.0.0", features = ["prettyprint", "dyn_cmp_dict"] }
44-
arrow-buffer = "26.0.0"
44+
arrow-buffer = "27.0.0"
4545
arrow-schema = "26.0.0"
4646
blake2 = { version = "^0.10.2", optional = true }
4747
blake3 = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)