From 5af2b8393db60ff6a2e00d8a2f12b7f9b4fffe57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:52:50 +0000 Subject: [PATCH] Update itertools requirement from 0.11.0 to 0.12.0 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5bf9456..0059d9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ bytes = { version = "1.2.1", optional = true } serde = { version = "1.0", features = ["derive"] } assert_matches = "1.5.0" generator = "0.7" -itertools = "0.11.0" +itertools = "0.12.0" [package.metadata.docs.rs] all-features = true