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>
This commit is contained in:
dependabot[bot]
2023-12-01 10:41:15 +08:00
committed by GitHub
parent b310bb6f02
commit 8919229ae8
2 changed files with 12 additions and 3 deletions

13
Cargo.lock generated
View File

@@ -173,7 +173,7 @@ dependencies = [
"http_req",
"insta",
"ipnetwork",
"itertools",
"itertools 0.12.0",
"log",
"netstat2",
"once_cell",
@@ -889,6 +889,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.9"
@@ -1438,7 +1447,7 @@ dependencies = [
"cassowary",
"crossterm",
"indoc",
"itertools",
"itertools 0.11.0",
"lru",
"paste",
"strum",

View File

@@ -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"