Skip to content

Commit

Permalink
Bump itertools from 0.8.2 to 0.9.0
Browse files Browse the repository at this point in the history
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/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 13, 2020
1 parent f1766a1 commit d35d391
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 14 deletions.
23 changes: 16 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chashmap = "2.2"
clap = "2.33"
futures = "0.3"
futures-boxed = { path = "crates/futures_boxed" }
itertools = "0.8"
itertools = "0.9"
jsonrpc = { path = "crates/jsonrpc" }
jsonrpc-derive = { path = "crates/jsonrpc_derive" }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_citeproc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ citeproc-io = { git = "https://github.com/cormacrelf/citeproc-rs", rev = "68c7a7
csl = { git = "https://github.com/cormacrelf/citeproc-rs", rev = "68c7a7c16088b5d7751641ab37299ad064cdb221" }
fnv = "1.0"
html2md = "0.2"
itertools = "0.8"
itertools = "0.9"
lalrpop-util = "0.18"
once_cell = "1.3"
regex = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_completion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ doctest = false
[dependencies]
futures = "0.3"
futures-boxed = { path = "../futures_boxed" }
itertools = "0.8"
itertools = "0.9"
log = "0.4"
once_cell = "1.3"
petgraph = { version = "0.5", features = ["serde-1"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_feature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ doctest = false
[dependencies]
futures = "0.3"
futures-boxed = { path = "../futures_boxed" }
itertools = "0.8"
itertools = "0.9"
log = "0.4"
petgraph = { version = "0.5", features = ["serde-1"] }
serde = { version = "1.0", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_hover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ base64 = "0.12"
futures = "0.3"
futures-boxed = { path = "../futures_boxed" }
image = "0.23"
itertools = "0.8"
itertools = "0.9"
log = "0.4"
once_cell = "1.3"
petgraph = { version = "0.5", features = ["serde-1"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_symbol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ doctest = false
[dependencies]
futures = "0.3"
futures-boxed = { path = "../futures_boxed" }
itertools = "0.8"
itertools = "0.9"
log = "0.4"
petgraph = { version = "0.5", features = ["serde-1"] }
texlab-feature = { path = "../texlab_feature" }
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
doctest = false

[dependencies]
itertools = "0.8"
itertools = "0.9"
once_cell = "1.3"
petgraph = { version = "0.5", features = ["serde-1"] }
rayon = "1.3"
Expand Down

0 comments on commit d35d391

Please sign in to comment.