diff --git a/Cargo.lock b/Cargo.lock index 3e807725..206886c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,7 +235,7 @@ dependencies = [ "humantime", "indicatif", "indoc", - "itertools 0.13.0", + "itertools 0.14.0", "lazy_static", "parse-display", "petgraph", @@ -1460,9 +1460,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index 26544be8..6b862373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ human-panic = "2" humantime = "2" indicatif = "0.17" indoc = "2" -itertools = "0.13" +itertools = "0.14" lazy_static = "1" parse-display = "0.10" petgraph = "0.6"