Skip to content

Commit

Permalink
chore(deps,cargo): update arrow requirement from 49.0.0 to 50.0.0
Browse files Browse the repository at this point in the history
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@49.0.0...50.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 3545919 commit ad79400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/flight-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ datafusion-federation-sql.path = "../sql"
futures = "0.3.30"
tonic = {version="0.10.2", features=["tls"] }
prost = "0.12.3"
arrow = "49.0.0"
arrow = "50.0.0"
arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] }
log = "0.4.20"

0 comments on commit ad79400

Please sign in to comment.