summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-01 10:21:32 +0800
committerGitHub <noreply@github.com>2024-02-01 10:21:32 +0800
commit0069843a28f63d6a5e87eb9e5b2cdb994e6ee990 (patch)
treea80bb2d8a5a07211118451c6ad424d49c4d9f146 /Cargo.toml
parentab94c6c5448fc35d08165fe4bf1dbff80e36589f (diff)
chore(deps): bump itertools from 0.12.0 to 0.12.1 (#363)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.0 to 0.12.1. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... 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 4317526..e84334d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ clap = { version = "4.4.18", features = ["derive"] }
crossterm = "0.27.0"
derivative = "2.2.0"
ipnetwork = "0.20.0"
-itertools = "0.12.0"
+itertools = "0.12.1"
log = "0.4.20"
once_cell = "1.19.0"
pnet = "0.34.0"