ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump itertools from 0.10.4 to 0.10.5

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/commits)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-20 16:55:05 +00:00 committed by Martin von Zweigbergk
parent 16f2b82feb
commit 8f3ad14012
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -646,9 +646,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.10.4"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8bf247779e67a9082a4790b45e71ac7cfd1321331a5c856a74a9faebdab78d0"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]

View file

@ -44,7 +44,7 @@ criterion = "0.4.0"
dirs = "4.0.0"
git2 = "0.15.0"
hex = "0.4.3"
itertools = "0.10.4"
itertools = "0.10.5"
jujutsu-lib = { version = "=0.4.0", path = "lib"}
maplit = "1.0.2"
pest = "2.3.1"

View file

@ -26,7 +26,7 @@ chrono = { version = "0.4.22", default-features = false, features = ["std", "clo
config = { version = "0.13.2", features = ["toml"] }
git2 = "0.15.0"
hex = "0.4.3"
itertools = "0.10.4"
itertools = "0.10.5"
maplit = "1.0.2"
pest = "2.3.1"
pest_derive = "2.3.1"