aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-13 08:44:19 +0100
committerGitHub <noreply@github.com>2023-09-13 08:44:19 +0100
commitb87159d99040bf21e43e1caefc9d870f17b32ed3 (patch)
tree3806db06bfbe203dd0fc0e63bdf477aa543ae26d
parentMove contributors to be a top-level file (#931) (diff)
downloadatuin-b87159d99040bf21e43e1caefc9d870f17b32ed3.zip
Bump itertools from 0.10.5 to 0.11.0 (#1223)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.11.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.lock15
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 13 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",
]
diff --git a/Cargo.toml b/Cargo.toml
index 1a8e1d0d..ccd93590 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ directories = "4"
eyre = "0.6"
fs-err = "2.9"
interim = { version = "0.1.0", features = ["time"] }
-itertools = "0.10.5"
+itertools = "0.11.0"
rand = { version = "0.8.5", features = ["std"] }
semver = "1.0.14"
# https://github.com/serde-rs/serde/issues/2538