From 01de5a02802b3af8741ca0a683743a4afdbb232b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:48:08 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7abd431..ad58051 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] clap = { version = "4.4.11", features = ["derive"] } -itertools = "0.12.1" +itertools = "0.14.0" regex = "1.10.2" strum = { version = "0.26.0", features = ["derive"] }