chore(deps): bump arrow from 5.4.0 to 5.5.0

Bumps [arrow](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
  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 08:55:38 +00:00 committed by GitHub
parent 4e9f21ed05
commit d1f5209869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 13 additions and 13 deletions

4
Cargo.lock generated
View File

@ -117,9 +117,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "arrow"
version = "5.4.0"
version = "5.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ccbff9be24b395041803b16ff3a0e5059fcbb791a7b35479ce5969957069f67"
checksum = "2678e86fcfd8084e23310a1ded1d4b355663d78b5e79561b014c3a66cc211231"
dependencies = [
"bitflags",
"chrono",

View File

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

View File

@ -7,7 +7,7 @@ description = "Apache Arrow utilities"
[dependencies]
arrow = { version = "5.0", features = ["prettyprint"] }
arrow = { version = "5.5", features = ["prettyprint"] }
ahash = "0.7.2"
num-traits = "0.2"
snafu = "0.6"

View File

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

View File

@ -7,7 +7,7 @@ description = "InfluxDB IOx internal types, shared between IOx instances"
readme = "README.md"
[dependencies]
arrow = { version = "5.0", features = ["prettyprint"] }
arrow = { version = "5.5", features = ["prettyprint"] }
hashbrown = "0.11"
indexmap = "1.6"
itertools = "0.10.1"

View File

@ -14,7 +14,7 @@ edition = "2018"
# 2. Keep change/compile/link time down during development when working on just this crate
[dependencies] # In alphabetical order
arrow = { version = "5.0", features = ["prettyprint"] }
arrow = { version = "5.5", features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
async-trait = "0.1"
chrono = "0.4"

View File

@ -5,7 +5,7 @@ authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
edition = "2018"
[dependencies] # In alphabetical order
arrow = { version = "5.0", features = ["prettyprint"] }
arrow = { version = "5.5", features = ["prettyprint"] }
influxdb_tsm = { path = "../influxdb_tsm" }
internal_types = { path = "../internal_types" }
snafu = "0.6.2"

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2018"
[dependencies]
arrow = { version = "5.0", features = ["prettyprint"] }
arrow = { version = "5.5", features = ["prettyprint"] }
chrono = "0.4"
data_types = { path = "../data_types" }
datafusion = { path = "../datafusion" }

View File

@ -14,7 +14,7 @@ description = "IOx Query Interface and Executor"
# 2. Allow for query logic testing without bringing in all the storage systems.
[dependencies] # In alphabetical order
arrow = { version = "5.0", features = ["prettyprint"] }
arrow = { version = "5.5", features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
async-trait = "0.1"
chrono = "0.4"

View File

@ -17,7 +17,7 @@ query = { path = "../query" }
server = { path = "../server" }
[dev-dependencies]
arrow = { version = "5.0", features = ["prettyprint"] }
arrow = { version = "5.5", features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
data_types = { path = "../data_types" }
internal_types = { path = "../internal_types" }

View File

@ -11,7 +11,7 @@ edition = "2018"
# 2. Keep change/compile/link time down during development when working on just this crate
[dependencies] # In alphabetical order
arrow = { version = "5.0", features = ["prettyprint"] }
arrow = { version = "5.5", features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
chrono = "0.4"
croaring = "0.5"

View File

@ -5,7 +5,7 @@ authors = ["pauldix <paul@pauldix.net>"]
edition = "2018"
[dependencies] # In alphabetical order
arrow = { version = "5.0", features = ["prettyprint"] }
arrow = { version = "5.5", features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
async-trait = "0.1"
bytes = "1.0"