chore(deps): bump itertools from 0.8.2 to 0.9.0

Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.8.2 to 0.9.0.
- [Release notes](https://github.com/bluss/rust-itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bluss/rust-itertools/compare/v0.8.2...v0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-01 08:49:45 +00:00 committed by Ed Page
parent 8b823e0f84
commit e12b0f0f68
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -339,9 +339,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.8.2"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]

View file

@ -18,6 +18,6 @@ codecov = { repository = "crate-ci/typos" }
phf = { version = "0.8", features = ["unicase"] }
phf_codegen = "0.8"
unicase = "2.5"
itertools = "0.8"
itertools = "0.9"
codegenrs = "0.1"
structopt = "0.3"

View file

@ -18,7 +18,7 @@ codecov = { repository = "crate-ci/typos" }
phf = { version = "0.8", features = ["unicase"] }
phf_codegen = "0.8"
unicase = "2.5"
itertools = "0.8"
itertools = "0.9"
codegenrs = "0.1"
structopt = "0.3"
regex = "1"

View file

@ -18,6 +18,6 @@ codecov = { repository = "crate-ci/typos" }
phf = { version = "0.8", features = ["unicase"] }
phf_codegen = "0.8"
unicase = "2.5"
itertools = "0.8"
itertools = "0.9"
codegenrs = "0.1"
structopt = "0.3"

View file

@ -21,7 +21,7 @@ regex = "1.3"
lazy_static = "1.2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
itertools = "0.8"
itertools = "0.9"
bstr = "0.2"
log = "0.4"
unicode-segmentation = "1.6.0"