From c171afc613a7ad8b9f4059ac919dbfa8f68a9a40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:48:30 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"