summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-01 10:41:15 +0800
committerGitHub <noreply@github.com>2023-12-01 10:41:15 +0800
commit8919229ae84ef3ae7785be8e05efbea4fab80af4 (patch)
treee5505f3330c5a8f4bc44137ccf5a0a8f19687fd9 /Cargo.toml
parentb310bb6f02f470f638713c0b0d9e078604546b27 (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"