summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-01 04:29:33 +0000
committerGitHub <noreply@github.com>2024-03-01 04:29:33 +0000
commit6d7537d3ecc338da32c81778ca10324621e2a88d (patch)
tree0ccd6bac9deab7d9e5a4677c8761530bab119c35
parentb30ec9f97517512732275b8e15eda5c2284dac82 (diff)
Bump itertools from 0.11.0 to 0.12.1 (#2880)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.1. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.1) --- 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 0824f92e..b7b1f2ed 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -130,7 +130,7 @@ dependencies = [
"grep-cli",
"home",
"indexmap",
- "itertools",
+ "itertools 0.12.1",
"nix",
"nu-ansi-term",
"once_cell",
@@ -666,6 +666,15 @@ dependencies = [
]
[[package]]
+name = "itertools"
+version = "0.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
+dependencies = [
+ "either",
+]
+
+[[package]]
name = "itoa"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -925,7 +934,7 @@ dependencies = [
"anstyle",
"difflib",
"float-cmp",
- "itertools",
+ "itertools 0.11.0",
"normalize-line-endings",
"predicates-core",
"regex",
diff --git a/Cargo.toml b/Cargo.toml
index 3e7e7879..da8fe34b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -103,7 +103,7 @@ nix = { version = "0.26.4", default-features = false, features = ["term"] }
[build-dependencies]
anyhow = "1.0.78"
indexmap = { version = "2.2.2", features = ["serde"] }
-itertools = "0.11.0"
+itertools = "0.12.1"
once_cell = "1.18"
regex = "1.10.2"
serde = "1.0"