Skip to content

Commit

Permalink
Update arrow-schema requirement from 48.0.0 to 49.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/48.0.1/CHANGELOG.md)
- [Commits](apache/arrow-rs@48.0.0...48.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent 1345646 commit 6974b1b
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 = "48.0.0", features=["ipc_compression"] }
arrow-flight = { version = "48.0.0", features = ["flight-sql-experimental"] }
arrow-schema = { version = "48.0.0", default-features = false }
arrow-schema = { version = "49.0.0", default-features = false }
configure_me = { version = "0.4.0" }
configure_me_codegen = { version = "0.4.4" }
datafusion = "33.0.0"
Expand Down

0 comments on commit 6974b1b

Please sign in to comment.