summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--Cargo.lock13
-rw-r--r--Cargo.toml2
2 files changed, 12 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index af0d657..d99cecd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -173,7 +173,7 @@ dependencies = [
"http_req",
"insta",
"ipnetwork",
- "itertools",
+ "itertools 0.12.0",
"log",
"netstat2",
"once_cell",
@@ -890,6 +890,15 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1438,7 +1447,7 @@ dependencies = [
"cassowary",
"crossterm",
"indoc",
- "itertools",
+ "itertools 0.11.0",
"lru",
"paste",
"strum",
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"