Merge pull request #191 from crate-ci/dependabot/cargo/itertools-0.10.0

chore(deps): bump itertools from 0.9.0 to 0.10.0
This commit is contained in:
Ed Page 2021-01-03 10:03:58 -06:00 committed by GitHub
commit 0f437fd3d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View file

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

View file

@ -54,7 +54,7 @@ content_inspector = "0.2.4"
unicode-segmentation = "1.6.0" unicode-segmentation = "1.6.0"
derive_more = "0.99.11" derive_more = "0.99.11"
derive_setters = "0.1" derive_setters = "0.1"
itertools = "0.9" itertools = "0.10"
serde_json = "1.0" serde_json = "1.0"
encoding = "0.2" encoding = "0.2"

View file

@ -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.9" itertools = "0.10"
codegenrs = "0.1" codegenrs = "0.1"
structopt = "0.3" structopt = "0.3"

View file

@ -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.9" itertools = "0.10"
codegenrs = "0.1" codegenrs = "0.1"
structopt = "0.3" structopt = "0.3"
regex = "1" regex = "1"

View file

@ -20,5 +20,5 @@ unicase = "2.5"
codegenrs = "0.1" codegenrs = "0.1"
structopt = "0.3" structopt = "0.3"
varcon = { version = "0.2", path = "../../varcon" } varcon = { version = "0.2", path = "../../varcon" }
itertools = "0.9" itertools = "0.10"
edit-distance = "2.1" edit-distance = "2.1"

View file

@ -27,4 +27,4 @@ clap = "2"
log = "0.4" log = "0.4"
env_logger = "0.7" env_logger = "0.7"
clap-verbosity-flag = "0.3" clap-verbosity-flag = "0.3"
itertools = "0.9" itertools = "0.10"

View file

@ -20,6 +20,6 @@ thiserror = "1.0"
regex = "1.3" regex = "1.3"
once_cell = "1.2.0" once_cell = "1.2.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
itertools = "0.9" itertools = "0.10"
log = "0.4" log = "0.4"
unicode-segmentation = "1.7.1" unicode-segmentation = "1.7.1"

View file

@ -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.9" itertools = "0.10"
codegenrs = "0.1" codegenrs = "0.1"
structopt = "0.3" structopt = "0.3"