diff --git a/Cargo.toml b/Cargo.toml index ea4c8b3..19f9fc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ include = ["src/**/*", "examples/**/*", "README.md", "CHANGELOG.md", "LICENSE"] [dependencies] console = "0.15" fuzzy-matcher = "0.3" -itertools = "0.13" +itertools = "0.14" once_cell = "1" signal-hook = "0.3" termcolor = "1"