From 288e2baebbff2eec0fd570bc0616de2893e04c83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:11:54 +0000 Subject: [PATCH] Update Rust crate itertools to 0.14.0 --- comma-v/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comma-v/Cargo.toml b/comma-v/Cargo.toml index b99be6c..48455d8 100644 --- a/comma-v/Cargo.toml +++ b/comma-v/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" chrono = "0.4.19" derive_more = "0.99.17" eq-macro = { path = "../eq-macro" } -itertools = "0.10.3" +itertools = "0.14.0" nom = "7.1.0" thiserror = "1.0.30"