Skip to content

Commit c9df2da

Browse files
build(deps): update arrow-schema requirement from = 53.3.0 to = 54.0.0
Updates the requirements on [arrow-schema](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@53.3.0...53.3.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0766f51 commit c9df2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ arrow-ipc = { version = "= 53.3.0" }
4444
arrow-json = { version = "= 53.3.0" }
4545
arrow-ord = { version = "= 53.3.0" }
4646
arrow-row = { version = "= 53.3.0" }
47-
arrow-schema = { version = "= 53.3.0", features = ["serde"] }
47+
arrow-schema = { version = "= 54.0.0", features = ["serde"] }
4848
arrow-select = { version = "= 53.3.0" }
4949
object_store = { version = "= 0.11.1", features = ["aws", "azure", "gcp"] }
5050
parquet = { version = "= 53.3.0", features = ["async", "object_store"] }

0 commit comments

Comments
 (0)