chore(deps): bump arrow-flight from 5.4.0 to 5.5.0

Bumps [arrow-flight](https://github.com/apache/arrow-rs) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/5.5.0/CHANGELOG.md)
- [Commits](https://github.com/apache/arrow-rs/compare/5.4.0...5.5.0)

---
updated-dependencies:
- dependency-name: arrow-flight
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/24376/head
dependabot[bot] 2021-10-04 13:27:26 +00:00 committed by GitHub
parent b0d8b679be
commit 7a6f381e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -141,9 +141,9 @@ dependencies = [
[[package]]
name = "arrow-flight"
version = "5.4.0"
version = "5.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59d289934dc0a3e5181e9114bc3ed8c45f1a395f7e00649a058df47623110653"
checksum = "80b458dc874d90c18c2767707945749d8ece6bbedda2af6fe25b90ee8ddb50d5"
dependencies = [
"arrow",
"base64 0.13.0",

View File

@ -112,7 +112,7 @@ trogging = { path = "trogging", default-features = false, features = ["structopt
# Crates.io dependencies, in alphabetical order
arrow = { version = "5.5", features = ["prettyprint"] }
arrow-flight = "5.0"
arrow-flight = "5.5"
backtrace = "0.3"
byteorder = "1.3.4"
bytes = "1.0"

View File

@ -16,7 +16,7 @@ generated_types = { path = "../generated_types" }
# Crates.io dependencies, in alphabetical order
arrow = { version = "5.5", optional = true }
arrow-flight = { version = "5.0", optional = true }
arrow-flight = { version = "5.5", optional = true }
futures-util = { version = "0.3.1", optional = true }
prost = "0.8"
rand = "0.8.3"