diff --git a/Cargo.lock b/Cargo.lock index 3a81948..84463b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ dependencies = [ "bitflags 2.5.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.11.0", "lazy_static", "lazycell", "log", @@ -2083,6 +2083,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.11" @@ -2442,7 +2451,7 @@ dependencies = [ "humantime-serde", "indicatif", "indoc", - "itertools 0.12.1", + "itertools 0.14.0", "metrics 0.22.3", "metrics-exporter-statsd 0.7.0", "mongodb", diff --git a/Cargo.toml b/Cargo.toml index e6a4f30..0020b7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ hex = { version = "0.4.3", features = ["serde"] } humantime-serde = "1.1.1" indicatif = "0.17.7" indoc = "2.0.4" -itertools = "0.12.0" +itertools = "0.14.0" metrics = "0.22.1" metrics-exporter-statsd = "0.7" # TODO: only include this for migrate-codes bin