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

cargo: bump itertools from 0.10.3 to 0.10.4

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.3 to 0.10.4.
- [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/compare/v0.10.3...v0.10.4)

---
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-13 15:50:17 +00:00 committed by Martin von Zweigbergk
parent 802125aa3c
commit 7a09ed4473
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.3"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
checksum = "d8bf247779e67a9082a4790b45e71ac7cfd1321331a5c856a74a9faebdab78d0"
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.3"
itertools = "0.10.4"
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.3"
itertools = "0.10.4"
maplit = "1.0.2"
pest = "2.3.1"
pest_derive = "2.2.1"