diff --git a/task-maker-format/Cargo.toml b/task-maker-format/Cargo.toml index 1e8c8b05..aabd434d 100644 --- a/task-maker-format/Cargo.toml +++ b/task-maker-format/Cargo.toml @@ -17,7 +17,7 @@ serde_yaml = "0.9" # Generic error utilities anyhow = { version = "1.0", features = ["backtrace"] } # General iterator utilities -itertools = "0.10" +itertools = "0.13" # Utilities for writing to the terminal with colors termcolor = "1" # Checks if the terminal supports the colors