Skip to content

Commit

Permalink
build: bump itertools from 0.10.5 to 0.11.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.11.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.10.5...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent 88d9be9 commit 82a7e44
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 26 deletions.
35 changes: 22 additions & 13 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 git-branchless-hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.7.0"
[dependencies]
eyre = "0.6.8"
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
itertools = "0.10.5"
itertools = "0.11.0"
tracing = "0.1.37"
lazy_static = "1.4.0"
console = "0.15.7"
Expand Down
2 changes: 1 addition & 1 deletion git-branchless-init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ console = "0.15.7"
eyre = "0.6.8"
git-branchless-invoke = { version = "0.7.0", path = "../git-branchless-invoke" }
git-branchless-opts = { version = "0.7.0", path = "../git-branchless-opts" }
itertools = "0.10.5"
itertools = "0.11.0"
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
path-slash = "0.2.1"
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion git-branchless-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ futures = "0.3.28"
git-record = { version = "0.3", path = "../git-record" }
git2 = { version = "0.17.2", default-features = false }
indicatif = { version = "0.17.5", features = ["improved_unicode"] }
itertools = "0.10.3"
itertools = "0.11.0"
lazy_static = "1.4.0"
once_cell = "1.18.0"
rayon = "1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion git-branchless-navigation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ eyre = "0.6.8"
git-branchless-opts = { version = "0.7.0", path = "../git-branchless-opts" }
git-branchless-revset = { version = "0.7.0", path = "../git-branchless-revset" }
git-branchless-smartlog = { version = "0.7.0", path = "../git-branchless-smartlog" }
itertools = "0.10.5"
itertools = "0.11.0"
lib = { version = "0.7.0", path = "../git-branchless-lib", package = "git-branchless-lib" }
tracing = "0.1.37"

Expand Down
2 changes: 1 addition & 1 deletion git-branchless-opts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ version = "0.7.0"
[dependencies]
clap = { version = "4.3.4", features = ["derive"] }
clap_mangen = "0.2.12"
itertools = "0.10.5"
itertools = "0.11.0"
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
2 changes: 1 addition & 1 deletion git-branchless-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ eyre = "0.6.8"
git-branchless-invoke = { version = "0.7.0", path = "../git-branchless-invoke" }
git-branchless-opts = { version = "0.7.0", path = "../git-branchless-opts" }
git-branchless-revset = { version = "0.7.0", path = "../git-branchless-revset" }
itertools = "0.10.5"
itertools = "0.11.0"
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
tracing = "0.1.37"

Expand Down
2 changes: 1 addition & 1 deletion git-branchless-record/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ eyre = "0.6.8"
git-branchless-invoke = { version = "0.7.0", path = "../git-branchless-invoke" }
git-branchless-opts = { version = "0.7.0", path = "../git-branchless-opts" }
git-record = { version = "0.3.0", path = "../git-record" }
itertools = "0.10.5"
itertools = "0.11.0"
lib = { version = "0.7.0", path = "../git-branchless-lib", package = "git-branchless-lib" }
rayon = "1.7.0"
scm-record = { version = "0.1.0", path = "../scm-record" }
Expand Down
2 changes: 1 addition & 1 deletion git-branchless-revset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ eyre = "0.6.8"
futures = "0.3.28"
git-branchless-opts = { version = "0.7.0", path = "../git-branchless-opts" }
glob = "0.3.0"
itertools = "0.10.5"
itertools = "0.11.0"
lalrpop = "0.19.12"
lalrpop-util = "0.19.12"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion git-branchless-submit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ git-branchless-invoke = { version = "0.7.0", path = "../git-branchless-invoke" }
git-branchless-opts = { version = "0.7.0", path = "../git-branchless-opts" }
git-branchless-revset = { version = "0.7.0", path = "../git-branchless-revset" }
git-branchless-test = { version = "0.7.0", path = "../git-branchless-test" }
itertools = "0.10.5"
itertools = "0.11.0"
lazy_static = "1.4.0"
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
rayon = "1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion git-branchless-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-branchless-invoke = { version = "0.7.0", path = "../git-branchless-invoke" }
git-branchless-opts = { version = "0.7.0", path = "../git-branchless-opts" }
git-branchless-revset = { version = "0.7.0", path = "../git-branchless-revset" }
indexmap = "1.9.3"
itertools = "0.10.5"
itertools = "0.11.0"
lazy_static = "1.4.0"
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
num_cpus = "1.14.0"
Expand Down
2 changes: 1 addition & 1 deletion git-branchless-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.71"
assert_cmd = "2.0.8"
color-eyre = "0.6.2"
eyre = "0.6.8"
itertools = "0.10.5"
itertools = "0.11.0"
lazy_static = "1.4.0"
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
once_cell = "1.18.0"
Expand Down
2 changes: 1 addition & 1 deletion git-branchless/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ git-branchless-submit = { version = "0.7.0", path = "../git-branchless-submit" }
git-branchless-test = { version = "0.7.0", path = "../git-branchless-test" }
git-branchless-undo = { version = "0.7.0", path = "../git-branchless-undo" }
git-record = { version = "0.3", path = "../git-record" }
itertools = "0.10.5"
itertools = "0.11.0"
lazy_static = "1.4.0"
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
man = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion scm-bisect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.1.0"

[dependencies]
indexmap = "1"
itertools = "0.10"
itertools = "0.11"
thiserror = "1"
tracing = "0.1"

Expand Down

0 comments on commit 82a7e44

Please sign in to comment.