diff --git a/Cargo.lock b/Cargo.lock index ebc7910..8e2256b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ "crossterm", "figment", "humantime", - "itertools 0.12.0", + "itertools 0.12.1", "libfatigue", "num-format", "prettytable-rs", @@ -922,9 +922,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ "either", ] diff --git a/fatigue/Cargo.toml b/fatigue/Cargo.toml index 71e6034..0f09bf7 100644 --- a/fatigue/Cargo.toml +++ b/fatigue/Cargo.toml @@ -16,7 +16,7 @@ console = "0.15.8" crossterm = "0.27.0" figment = { version = "0.10.14", features = ["env", "yaml"] } humantime = "2.1.0" -itertools = "0.12.0" +itertools = "0.12.1" libfatigue = { path = "../libfatigue", version = "0.2.14" } num-format = "0.4.4" prettytable-rs = "0.10.0"