mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(deps): bump itertools from 0.9.0 to 0.10.0
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.9.0 to 0.10.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.9.0...v0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
ed58935d02
commit
b8d3190ce9
8 changed files with 9 additions and 9 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -607,9 +607,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "itertools"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
||||
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
|
||||
dependencies = [
|
||||
"either",
|
||||
]
|
||||
|
|
|
@ -54,7 +54,7 @@ content_inspector = "0.2.4"
|
|||
unicode-segmentation = "1.6.0"
|
||||
derive_more = "0.99.11"
|
||||
derive_setters = "0.1"
|
||||
itertools = "0.9"
|
||||
itertools = "0.10"
|
||||
serde_json = "1.0"
|
||||
encoding = "0.2"
|
||||
|
||||
|
|
|
@ -18,6 +18,6 @@ codecov = { repository = "crate-ci/typos" }
|
|||
phf = { version = "0.8", features = ["unicase"] }
|
||||
phf_codegen = "0.8"
|
||||
unicase = "2.5"
|
||||
itertools = "0.9"
|
||||
itertools = "0.10"
|
||||
codegenrs = "0.1"
|
||||
structopt = "0.3"
|
||||
|
|
|
@ -18,7 +18,7 @@ codecov = { repository = "crate-ci/typos" }
|
|||
phf = { version = "0.8", features = ["unicase"] }
|
||||
phf_codegen = "0.8"
|
||||
unicase = "2.5"
|
||||
itertools = "0.9"
|
||||
itertools = "0.10"
|
||||
codegenrs = "0.1"
|
||||
structopt = "0.3"
|
||||
regex = "1"
|
||||
|
|
|
@ -20,5 +20,5 @@ unicase = "2.5"
|
|||
codegenrs = "0.1"
|
||||
structopt = "0.3"
|
||||
varcon = { version = "0.2", path = "../../varcon" }
|
||||
itertools = "0.9"
|
||||
itertools = "0.10"
|
||||
edit-distance = "2.1"
|
||||
|
|
|
@ -27,4 +27,4 @@ clap = "2"
|
|||
log = "0.4"
|
||||
env_logger = "0.7"
|
||||
clap-verbosity-flag = "0.3"
|
||||
itertools = "0.9"
|
||||
itertools = "0.10"
|
||||
|
|
|
@ -20,6 +20,6 @@ thiserror = "1.0"
|
|||
regex = "1.3"
|
||||
once_cell = "1.2.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
itertools = "0.9"
|
||||
itertools = "0.10"
|
||||
log = "0.4"
|
||||
unicode-segmentation = "1.7.1"
|
||||
|
|
|
@ -18,6 +18,6 @@ codecov = { repository = "crate-ci/typos" }
|
|||
phf = { version = "0.8", features = ["unicase"] }
|
||||
phf_codegen = "0.8"
|
||||
unicase = "2.5"
|
||||
itertools = "0.9"
|
||||
itertools = "0.10"
|
||||
codegenrs = "0.1"
|
||||
structopt = "0.3"
|
||||
|
|
Loading…
Reference in a new issue