diff --git a/Cargo.lock b/Cargo.lock index 4be55d18d158..24423d590fd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,7 +301,7 @@ dependencies = [ "ignore", "im-rc", "indexmap", - "itertools 0.12.1", + "itertools 0.13.0", "jobserver", "lazycell", "libc", @@ -424,7 +424,7 @@ dependencies = [ "flate2", "git2", "glob", - "itertools 0.12.1", + "itertools 0.13.0", "pasetors", "regex", "serde", @@ -2063,9 +2063,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.1" +version = "0.13.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index ae1f13a62abf..7fc7d886a518 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ humantime = "2.1.0" ignore = "0.4.22" im-rc = "15.1.0" indexmap = "2.2.6" -itertools = "0.12.1" +itertools = "0.13.0" jobserver = "0.1.31" lazycell = "1.3.0" libc = "0.2.154"