Skip to content

Commit bba98bc

Browse files
Update arrow requirement from 52.0.0 to 53.0.0
Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md) - [Commits](apache/arrow-rs@52.0.0...53.0.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1bbfec commit bba98bc

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
@@ -65,7 +65,7 @@ parquet = { version = "52.0.0", default-features = false, features = [
6565
"arrow",
6666
"zstd",
6767
] }
68-
arrow = "52.0.0"
68+
arrow = "53.0.0"
6969
shadow-rs = { version = "0.35.0", default-features = false }
7070
serde_yaml = "0.9.21"
7171
whoami = "1.3.0"

0 commit comments

Comments
 (0)