forked from mirrors/jj
cargo: bump itertools in the cargo-dependencies group
Bumps the cargo-dependencies group with 1 update: [itertools](https://github.com/rust-itertools/itertools). Updates `itertools` from 0.12.1 to 0.13.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ea3a574e36
commit
58a772d205
2 changed files with 6 additions and 6 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -1872,7 +1872,7 @@ dependencies = [
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"indoc",
|
"indoc",
|
||||||
"insta",
|
"insta",
|
||||||
"itertools 0.12.1",
|
"itertools 0.13.0",
|
||||||
"jj-cli",
|
"jj-cli",
|
||||||
"jj-lib",
|
"jj-lib",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -1926,7 +1926,7 @@ dependencies = [
|
||||||
"ignore",
|
"ignore",
|
||||||
"indoc",
|
"indoc",
|
||||||
"insta",
|
"insta",
|
||||||
"itertools 0.12.1",
|
"itertools 0.13.0",
|
||||||
"jj-lib-proc-macros",
|
"jj-lib-proc-macros",
|
||||||
"maplit",
|
"maplit",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
|
@ -2540,7 +2540,7 @@ checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"heck",
|
"heck",
|
||||||
"itertools 0.12.1",
|
"itertools 0.10.5",
|
||||||
"log",
|
"log",
|
||||||
"multimap",
|
"multimap",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
@ -2560,7 +2560,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
|
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"itertools 0.12.1",
|
"itertools 0.10.5",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn",
|
"syn",
|
||||||
|
@ -3139,7 +3139,7 @@ dependencies = [
|
||||||
"futures 0.3.30",
|
"futures 0.3.30",
|
||||||
"git2",
|
"git2",
|
||||||
"hex",
|
"hex",
|
||||||
"itertools 0.12.1",
|
"itertools 0.13.0",
|
||||||
"jj-lib",
|
"jj-lib",
|
||||||
"rand",
|
"rand",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
|
|
|
@ -61,7 +61,7 @@ ignore = "0.4.20"
|
||||||
indexmap = "2.2.5"
|
indexmap = "2.2.5"
|
||||||
indoc = "2.0.4"
|
indoc = "2.0.4"
|
||||||
insta = { version = "1.39.0", features = ["filters"] }
|
insta = { version = "1.39.0", features = ["filters"] }
|
||||||
itertools = "0.12.1"
|
itertools = "0.13.0"
|
||||||
libc = { version = "0.2.155" }
|
libc = { version = "0.2.155" }
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
minus = { version = "5.6.1", features = ["dynamic_output", "search"] }
|
minus = { version = "5.6.1", features = ["dynamic_output", "search"] }
|
||||||
|
|
Loading…
Reference in a new issue