chore(deps): Bump itertools from 0.10.4 to 0.10.5 (#5707)

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/commits)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-09-21 08:15:59 +00:00 committed by GitHub
parent 78981a62a1
commit ea1e822e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -2536,9 +2536,9 @@ checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
[[package]]
name = "itertools"
version = "0.10.4"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8bf247779e67a9082a4790b45e71ac7cfd1321331a5c856a74a9faebdab78d0"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]

View File

@ -49,7 +49,7 @@ futures = "0.3"
hashbrown = "0.12"
http = "0.2.8"
humantime = "2.1.0"
itertools = "0.10.4"
itertools = "0.10.5"
libc = { version = "0.2" }
num_cpus = "1.13.0"
once_cell = { version = "1.15.0", features = ["parking_lot"] }

View File

@ -13,7 +13,7 @@ futures = "0.3"
handlebars = "4.3.4"
humantime = "2.1.0"
influxdb2_client = { path = "../influxdb2_client" }
itertools = "0.10.4"
itertools = "0.10.5"
rand = { version = "0.8.3", features = ["small_rng"] }
regex = "1.6"
serde = { version = "1.0", features = ["derive"] }

View File

@ -25,7 +25,7 @@ datafusion_util = { path = "../datafusion_util" }
executor = { path = "../executor"}
futures = "0.3"
hashbrown = "0.12"
itertools = "0.10.4"
itertools = "0.10.5"
observability_deps = { path = "../observability_deps" }
parking_lot = "0.12"
query_functions = { path = "../query_functions"}

View File

@ -9,7 +9,7 @@ edition = "2021"
arrow = { version = "22.0.0", features = ["prettyprint"] }
chrono = { version = "0.4", default-features = false }
datafusion = { path = "../datafusion" }
itertools = "0.10.4"
itertools = "0.10.5"
observability_deps = { path = "../observability_deps" }
once_cell = "1"
regex = "1"

View File

@ -18,7 +18,7 @@ data_types = { path = "../data_types" }
datafusion = { path = "../datafusion" }
either = "1.7.0"
hashbrown = "0.12"
itertools = "0.10.4"
itertools = "0.10.5"
metric = { path = "../metric" }
observability_deps = { path = "../observability_deps" }
parking_lot = "0.12"

View File

@ -9,7 +9,7 @@ description = "IOx Schema definition"
arrow = { version = "22.0.0", features = ["prettyprint"] }
hashbrown = "0.12"
indexmap = { version = "1.9", features = ["std"] }
itertools = "0.10.4"
itertools = "0.10.5"
observability_deps = { path = "../observability_deps" }
snafu = "0.7"
workspace-hack = { path = "../workspace-hack"}