From b8f67a8bc4844165e26af1fc28257b6c56eff65c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:31:20 +0000 Subject: [PATCH] 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 d9b88acfe7..57af4fd089 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ glob = "0" quote = "1.0" proc-macro2 = "1.0" syn = "2.0" -itertools = "0.13" +itertools = "0.14.0" serde_json = "1.0" prettyplease = "0.2"