Merge pull request #2705 from influxdata/dependabot/cargo/arrow-flight-5.5.0
chore(deps): bump arrow-flight from 5.4.0 to 5.5.0pull/24376/head
commit
97fd506b4e
|
@ -141,9 +141,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "arrow-flight"
|
name = "arrow-flight"
|
||||||
version = "5.4.0"
|
version = "5.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "59d289934dc0a3e5181e9114bc3ed8c45f1a395f7e00649a058df47623110653"
|
checksum = "80b458dc874d90c18c2767707945749d8ece6bbedda2af6fe25b90ee8ddb50d5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrow",
|
"arrow",
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
|
|
|
@ -112,7 +112,7 @@ trogging = { path = "trogging", default-features = false, features = ["structopt
|
||||||
|
|
||||||
# Crates.io dependencies, in alphabetical order
|
# Crates.io dependencies, in alphabetical order
|
||||||
arrow = { version = "5.5", features = ["prettyprint"] }
|
arrow = { version = "5.5", features = ["prettyprint"] }
|
||||||
arrow-flight = "5.0"
|
arrow-flight = "5.5"
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
byteorder = "1.3.4"
|
byteorder = "1.3.4"
|
||||||
bytes = "1.0"
|
bytes = "1.0"
|
||||||
|
|
|
@ -16,7 +16,7 @@ generated_types = { path = "../generated_types" }
|
||||||
|
|
||||||
# Crates.io dependencies, in alphabetical order
|
# Crates.io dependencies, in alphabetical order
|
||||||
arrow = { version = "5.5", optional = true }
|
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 }
|
futures-util = { version = "0.3.1", optional = true }
|
||||||
prost = "0.8"
|
prost = "0.8"
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
|
|
Loading…
Reference in New Issue