From 47410c87ed7545d5cf8755a4310c37b1900be5f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:38:10 +0000 Subject: [PATCH] Update itertools requirement from 0.12 to 0.13 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.12.0...v0.13.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 de36163..6160638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ required-features = ["cli"] #################### num_enum = { version = "0.7", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } -itertools = { version = "0.12", optional = true } +itertools = { version = "0.13", optional = true } ipnet = { version = "2.7", optional = true } bitflags = { version = "2.3.3", features = ["serde"], optional = true }