From 6b1df3645fc7a8ad463349c98e3a8c97e6a88641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:59:51 +0000 Subject: [PATCH] chore(deps): update itertools requirement from 0.10 to 0.11 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.10.0...v0.11.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 5774a66..2e0e415 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.11" prost-types = "0.11" -itertools = "0.10" +itertools = "0.11" [dev-dependencies] tempfile = "3.1"