From 1adce943e9bfa353d1e207a8ae951c47cfeaea4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 17:16:36 +0100 Subject: [PATCH] chore(deps): update itertools requirement from 0.10 to 0.11 (#98) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raphael Taylor-Davies --- 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 153eb80..ed71672 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.10" +itertools = "0.11" [dev-dependencies] tempfile = "3.1"