summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock13
1 files changed, 11 insertions, 2 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",