From 8919229ae84ef3ae7785be8e05efbea4fab80af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:41:15 +0800 Subject: chore(deps): bump itertools from 0.11.0 to 0.12.0 (#334) Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e125e8b..334cf1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ clap = { version = "4.4.10", features = ["derive"] } crossterm = "0.27.0" derivative = "2.2.0" ipnetwork = "0.20.0" -itertools = "0.11.0" +itertools = "0.12.0" log = "0.4.20" once_cell = "1.18.0" pnet = "0.34.0" -- cgit v1.2.3