Skip to content

Commit

Permalink
Update arrow-schema requirement from 45.0.0 to 46.0.0
Browse files Browse the repository at this point in the history
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/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@45.0.0...45.0.0)

---
updated-dependencies:
- dependency-name: arrow-schema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 948d077 commit 5671e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resolver = "2"
[workspace.dependencies]
arrow = { version = "45.0.0" }
arrow-flight = { version = "45.0.0", features = ["flight-sql-experimental"] }
arrow-schema = { version = "45.0.0", default-features = false }
arrow-schema = { version = "46.0.0", default-features = false }
configure_me = { version = "0.4.0" }
configure_me_codegen = { version = "0.4.4" }
datafusion = "30.0.0"
Expand Down

0 comments on commit 5671e95

Please sign in to comment.