From 26f0ab40257849707571f13db5a262e177e90842 Mon Sep 17 00:00:00 2001 From: Andrea Corradi Date: Mon, 17 Feb 2025 10:06:35 +0100 Subject: [PATCH] chore: update itertools to 0.14 --- pbjson-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbjson-build/Cargo.toml b/pbjson-build/Cargo.toml index 3715900..4e82822 100644 --- a/pbjson-build/Cargo.toml +++ b/pbjson-build/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/influxdata/pbjson" heck = "0.5" prost = "0.13" prost-types = "0.13" -itertools = "0.13" +itertools = "0.14" [dev-dependencies] tempfile = "3.1"