cargo: bump itertools from 0.10.5 to 0.11.0

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](https://github.com/rust-itertools/itertools/compare/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>
This commit is contained in:
dependabot[bot] 2023-06-22 15:58:45 +00:00 committed by github-actions[bot]
parent 8aa8d84f1e
commit e6ab3f132f
4 changed files with 21 additions and 12 deletions

27
Cargo.lock generated
View file

@ -412,7 +412,7 @@ dependencies = [
"clap", "clap",
"criterion-plot", "criterion-plot",
"is-terminal", "is-terminal",
"itertools", "itertools 0.10.5",
"num-traits", "num-traits",
"once_cell", "once_cell",
"oorandom", "oorandom",
@ -433,7 +433,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
dependencies = [ dependencies = [
"cast", "cast",
"itertools", "itertools 0.10.5",
] ]
[[package]] [[package]]
@ -600,7 +600,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a1840969ab8be31e186bb6d2f672d586dcd203dd4019a80dc1277a14686eca9" checksum = "3a1840969ab8be31e186bb6d2f672d586dcd203dd4019a80dc1277a14686eca9"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"itertools", "itertools 0.10.5",
] ]
[[package]] [[package]]
@ -809,6 +809,15 @@ dependencies = [
"either", "either",
] ]
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]] [[package]]
name = "itoa" name = "itoa"
version = "1.0.3" version = "1.0.3"
@ -854,7 +863,7 @@ dependencies = [
"hex", "hex",
"indexmap", "indexmap",
"insta", "insta",
"itertools", "itertools 0.11.0",
"jujutsu-lib", "jujutsu-lib",
"libc", "libc",
"maplit", "maplit",
@ -891,7 +900,7 @@ dependencies = [
"git2", "git2",
"hex", "hex",
"insta", "insta",
"itertools", "itertools 0.11.0",
"maplit", "maplit",
"num_cpus", "num_cpus",
"once_cell", "once_cell",
@ -1292,7 +1301,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
dependencies = [ dependencies = [
"difflib", "difflib",
"itertools", "itertools 0.10.5",
"predicates-core", "predicates-core",
] ]
@ -1373,7 +1382,7 @@ checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
dependencies = [ dependencies = [
"bytes", "bytes",
"heck", "heck",
"itertools", "itertools 0.10.5",
"lazy_static", "lazy_static",
"log", "log",
"multimap", "multimap",
@ -1394,7 +1403,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"itertools", "itertools 0.10.5",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 1.0.104", "syn 1.0.104",
@ -1816,7 +1825,7 @@ version = "0.7.0"
dependencies = [ dependencies = [
"config", "config",
"git2", "git2",
"itertools", "itertools 0.11.0",
"jujutsu-lib", "jujutsu-lib",
"rand", "rand",
"tempfile", "tempfile",

View file

@ -46,7 +46,7 @@ git2 = "0.17.2"
glob = "0.3.1" glob = "0.3.1"
hex = "0.4.3" hex = "0.4.3"
indexmap = "1.9.3" indexmap = "1.9.3"
itertools = "0.10.5" itertools = "0.11.0"
jujutsu-lib = { version = "=0.7.0", path = "lib", default-features = false } jujutsu-lib = { version = "=0.7.0", path = "lib", default-features = false }
maplit = "1.0.2" maplit = "1.0.2"
once_cell = "1.18.0" once_cell = "1.18.0"

View file

@ -30,7 +30,7 @@ config = { version = "0.13.3", default-features = false, features = ["toml"] }
digest = "0.10.7" digest = "0.10.7"
git2 = "0.17.2" git2 = "0.17.2"
hex = "0.4.3" hex = "0.4.3"
itertools = "0.10.5" itertools = "0.11.0"
maplit = "1.0.2" maplit = "1.0.2"
once_cell = "1.18.0" once_cell = "1.18.0"
pest = "2.7.0" pest = "2.7.0"

View file

@ -17,7 +17,7 @@ publish = false
[dependencies] [dependencies]
config = { version = "0.13.2", default-features = false, features = ["toml"] } config = { version = "0.13.2", default-features = false, features = ["toml"] }
git2 = "0.17.2" git2 = "0.17.2"
itertools = "0.10.5" itertools = "0.11.0"
jujutsu-lib = { path = ".." } jujutsu-lib = { path = ".." }
rand = "0.8.5" rand = "0.8.5"
tempfile = "3.6.0" tempfile = "3.6.0"