From 029aabd7d1b1160ded1631ae6bad86780c65f063 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:19:42 +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 f4dfd24..cf563e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] determinator = "0.12" guppy = "0.17" -itertools = "0.13" +itertools = "0.14" serde = "1" serde_json = "1" toml = "0.8" \ No newline at end of file