From 0ccae7edeae5f584c15e379c5ccda7e8408581d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:13:56 +0000 Subject: [PATCH] chore(deps): update itertools requirement from 0.11 to 0.12 Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 17e766e..c1c7645 100644 --- a/pbjson-build/Cargo.toml +++ b/pbjson-build/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/influxdata/pbjson" heck = "0.4" prost = "0.12" prost-types = "0.12" -itertools = "0.11" +itertools = "0.12" [dev-dependencies] tempfile = "3.1"