Skip to content

Commit

Permalink
chore(deps): Bump itertools from 0.10.5 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.12.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.10.5...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 028a05f commit b5e4509
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iox_data_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures = "0.3"
handlebars = "4.4.0"
humantime = "2.1.0"
influxdb2_client = { path = "../influxdb2_client" }
itertools = "0.11.0"
itertools = "0.12.0"
mutable_batch_lp = { path = "../mutable_batch_lp" }
mutable_batch = { path = "../mutable_batch" }
parquet_file = { path = "../parquet_file" }
Expand Down
2 changes: 1 addition & 1 deletion iox_query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ executor = { path = "../executor"}
futures = "0.3"
hashbrown = { workspace = true }
indexmap = { version = "2.0", features = ["std"] }
itertools = "0.11.0"
itertools = "0.12.0"
metric = { path = "../metric" }
object_store = { workspace = true }
observability_deps = { path = "../observability_deps" }
Expand Down
2 changes: 1 addition & 1 deletion iox_query_influxql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ datafusion_util = { path = "../datafusion_util" }
generated_types = { path = "../generated_types" }
influxdb_influxql_parser = { path = "../influxdb_influxql_parser" }
iox_query = { path = "../iox_query" }
itertools = "0.11.0"
itertools = "0.12.0"
observability_deps = { path = "../observability_deps" }
once_cell = "1"
predicate = { path = "../predicate" }
Expand Down
2 changes: 1 addition & 1 deletion mutable_batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ iox_time = { path = "../iox_time" }
schema = { path = "../schema" }
snafu = "0.7"
hashbrown = { workspace = true }
itertools = "0.11"
itertools = "0.12"
workspace-hack = { version = "0.1", path = "../workspace-hack" }
percent-encoding = "2.2.0"
thiserror = "1.0.48"
Expand Down
2 changes: 1 addition & 1 deletion predicate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chrono = { version = "0.4", default-features = false }
data_types = { path = "../data_types" }
datafusion = { workspace = true }
datafusion_util = { path = "../datafusion_util" }
itertools = "0.11"
itertools = "0.12"
observability_deps = { path = "../observability_deps" }
query_functions = { path = "../query_functions"}
schema = { path = "../schema" }
Expand Down
2 changes: 1 addition & 1 deletion query_functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ snafu = "0.7"
workspace-hack = { version = "0.1", path = "../workspace-hack" }

[dev-dependencies]
itertools = "0.11.0"
itertools = "0.12.0"
tokio = { version = "1.32", features = ["macros", "parking_lot"] }
datafusion_util = { path = "../datafusion_util" }
2 changes: 1 addition & 1 deletion trace_http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures = "0.3"
hashbrown = { workspace = true }
http = "0.2"
http-body = "0.4"
itertools = "0.11"
itertools = "0.12"
metric = { path = "../metric" }
observability_deps = { path = "../observability_deps" }
parking_lot = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ getrandom = { version = "0.2", default-features = false, features = ["std"] }
hashbrown = { version = "0.14", features = ["raw"] }
heck = { version = "0.4", features = ["unicode"] }
indexmap = { version = "2" }
itertools = { version = "0.10" }
itertools = { version = "0.12" }
lock_api = { version = "0.4", features = ["arc_lock"] }
log = { version = "0.4", default-features = false, features = ["std"] }
md-5 = { version = "0.10" }
Expand Down

0 comments on commit b5e4509

Please sign in to comment.