Skip to content

Commit dcb9f0d

Browse files
build(deps): update arrow requirement from 56.0 to 57.0
Updates the requirements on [arrow](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/main/CHANGELOG.md) - [Commits](apache/arrow-rs@56.0.0...57.0.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 57.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c385088 commit dcb9f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ default-features = false
4747
features = [
4848
"test_utils",
4949
]
50-
version = "56.0"
50+
version = "57.0"
5151

5252
[dev-dependencies.insta]
5353
features = [

0 commit comments

Comments
 (0)