diff --git a/Cargo.lock b/Cargo.lock index 91f16b7..2a42240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1399,9 +1399,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" dependencies = [ "either", ] @@ -2086,7 +2086,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.12.0", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.48", @@ -2099,7 +2099,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca" dependencies = [ "anyhow", - "itertools 0.12.0", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.48", @@ -3491,7 +3491,7 @@ dependencies = [ "indexmap", "indicatif", "insta", - "itertools 0.12.0", + "itertools 0.13.0", "lazy_static", "log", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index b4336b3..034d8af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ flate2 = "1.0" hpo = "0.8" indexmap = { version = "2.2", features = ["serde"] } indicatif = { version = "0.17", features = ["rayon"] } -itertools = "0.12" +itertools = "0.13" lazy_static = "1.4" log = "0.4" once_cell = "1.18"