From 29dedc46450a9dbc998bbfc4fc58166c16bb0c99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:26:31 +0000 Subject: [PATCH] Update Rust crate itertools to 0.10.5 --- 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..d45a322 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.10.5" nom = "7.1.0" thiserror = "1.0.30"