aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 3 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 677a4094..76055d4e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -162,7 +162,7 @@ dependencies = [
"fuzzy-matcher",
"indicatif",
"interim",
- "itertools 0.10.5",
+ "itertools",
"log",
"ratatui",
"rpassword",
@@ -197,7 +197,7 @@ dependencies = [
"generic-array",
"hex",
"interim",
- "itertools 0.10.5",
+ "itertools",
"lazy_static",
"log",
"memchr",
@@ -1501,15 +1501,6 @@ dependencies = [
[[package]]
name = "itertools"
-version = "0.10.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
-dependencies = [
- "either",
-]
-
-[[package]]
-name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
@@ -2755,7 +2746,7 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
dependencies = [
- "itertools 0.11.0",
+ "itertools",
"nom",
"unicode_categories",
]