summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-17 02:47:36 +0000
committerGitHub <noreply@github.com>2024-05-17 02:47:36 +0000
commit87767f8111c993d740a2c730d5c8d4f50c1d5c1a (patch)
tree08d81c3d413bbfca5768c3e6bf9b3711e0730f5c
parent53e9c8d1efde0f2df60d4b965f96b0fda93d6dce (diff)
Bump itertools from 0.12.1 to 0.13.0dependabot/cargo/itertools-0.13.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock15
-rw-r--r--Cargo.toml2
2 files changed, 13 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c64205a3..75253bbe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1064,7 +1064,7 @@ dependencies = [
"fuzzy-matcher",
"gh-emoji",
"indexmap",
- "itertools",
+ "itertools 0.13.0",
"log",
"notify",
"notify-debouncer-mini",
@@ -1240,6 +1240,15 @@ dependencies = [
]
[[package]]
+name = "itertools"
+version = "0.13.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
+dependencies = [
+ "either",
+]
+
+[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1838,7 +1847,7 @@ dependencies = [
"compact_str",
"crossterm",
"indoc",
- "itertools",
+ "itertools 0.12.1",
"lru",
"paste",
"serde",
@@ -2538,7 +2547,7 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5fbabedabe362c618c714dbefda9927b5afc8e2a8102f47f081089a9019226"
dependencies = [
- "itertools",
+ "itertools 0.12.1",
"unicode-width",
]
diff --git a/Cargo.toml b/Cargo.toml
index 00c6300a..37c685dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ filetreelist = { path = "./filetreelist", version = "0.5" }
fuzzy-matcher = "0.3"
gh-emoji = { version = "1.0", optional = true }
indexmap = "2"
-itertools = "0.12"
+itertools = "0.13"
log = "0.4"
notify = "6.1"
notify-debouncer-mini = "0.4"