forked from mirrors/jj
cargo: bump itertools to 0.12.1
This commit is contained in:
parent
e908bd9a17
commit
917109745f
2 changed files with 13 additions and 4 deletions
15
Cargo.lock
generated
15
Cargo.lock
generated
|
@ -1575,6 +1575,15 @@ dependencies = [
|
||||||
"either",
|
"either",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "itertools"
|
||||||
|
version = "0.12.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
||||||
|
dependencies = [
|
||||||
|
"either",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itoa"
|
name = "itoa"
|
||||||
version = "1.0.10"
|
version = "1.0.10"
|
||||||
|
@ -1606,7 +1615,7 @@ dependencies = [
|
||||||
"hex",
|
"hex",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"insta",
|
"insta",
|
||||||
"itertools 0.11.0",
|
"itertools 0.12.1",
|
||||||
"jj-cli",
|
"jj-cli",
|
||||||
"jj-lib",
|
"jj-lib",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -1654,7 +1663,7 @@ dependencies = [
|
||||||
"glob",
|
"glob",
|
||||||
"hex",
|
"hex",
|
||||||
"insta",
|
"insta",
|
||||||
"itertools 0.11.0",
|
"itertools 0.12.1",
|
||||||
"maplit",
|
"maplit",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
@ -2771,7 +2780,7 @@ dependencies = [
|
||||||
"config",
|
"config",
|
||||||
"git2",
|
"git2",
|
||||||
"hex",
|
"hex",
|
||||||
"itertools 0.11.0",
|
"itertools 0.12.1",
|
||||||
"jj-lib",
|
"jj-lib",
|
||||||
"rand",
|
"rand",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
|
|
|
@ -55,7 +55,7 @@ glob = "0.3.1"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
indexmap = "2.2.2"
|
indexmap = "2.2.2"
|
||||||
insta = { version = "1.34.0", features = ["filters"] }
|
insta = { version = "1.34.0", features = ["filters"] }
|
||||||
itertools = "0.11.0"
|
itertools = "0.12.1"
|
||||||
libc = { version = "0.2.153" }
|
libc = { version = "0.2.153" }
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
num_cpus = "1.16.0"
|
num_cpus = "1.16.0"
|
||||||
|
|
Loading…
Reference in a new issue