mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
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:
parent
8b823e0f84
commit
e12b0f0f68
5 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -339,9 +339,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itertools"
|
name = "itertools"
|
||||||
version = "0.8.2"
|
version = "0.9.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
]
|
]
|
||||||
|
|
|
@ -18,6 +18,6 @@ codecov = { repository = "crate-ci/typos" }
|
||||||
phf = { version = "0.8", features = ["unicase"] }
|
phf = { version = "0.8", features = ["unicase"] }
|
||||||
phf_codegen = "0.8"
|
phf_codegen = "0.8"
|
||||||
unicase = "2.5"
|
unicase = "2.5"
|
||||||
itertools = "0.8"
|
itertools = "0.9"
|
||||||
codegenrs = "0.1"
|
codegenrs = "0.1"
|
||||||
structopt = "0.3"
|
structopt = "0.3"
|
||||||
|
|
|
@ -18,7 +18,7 @@ codecov = { repository = "crate-ci/typos" }
|
||||||
phf = { version = "0.8", features = ["unicase"] }
|
phf = { version = "0.8", features = ["unicase"] }
|
||||||
phf_codegen = "0.8"
|
phf_codegen = "0.8"
|
||||||
unicase = "2.5"
|
unicase = "2.5"
|
||||||
itertools = "0.8"
|
itertools = "0.9"
|
||||||
codegenrs = "0.1"
|
codegenrs = "0.1"
|
||||||
structopt = "0.3"
|
structopt = "0.3"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
|
|
|
@ -18,6 +18,6 @@ codecov = { repository = "crate-ci/typos" }
|
||||||
phf = { version = "0.8", features = ["unicase"] }
|
phf = { version = "0.8", features = ["unicase"] }
|
||||||
phf_codegen = "0.8"
|
phf_codegen = "0.8"
|
||||||
unicase = "2.5"
|
unicase = "2.5"
|
||||||
itertools = "0.8"
|
itertools = "0.9"
|
||||||
codegenrs = "0.1"
|
codegenrs = "0.1"
|
||||||
structopt = "0.3"
|
structopt = "0.3"
|
||||||
|
|
|
@ -21,7 +21,7 @@ regex = "1.3"
|
||||||
lazy_static = "1.2.0"
|
lazy_static = "1.2.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
itertools = "0.8"
|
itertools = "0.9"
|
||||||
bstr = "0.2"
|
bstr = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
unicode-segmentation = "1.6.0"
|
unicode-segmentation = "1.6.0"
|
||||||
|
|
Loading…
Reference in a new issue