Skip to content

Commit

Permalink
Merge pull request #182 from latex-lsp/dependabot/cargo/itertools-0.9.0
Browse files Browse the repository at this point in the history
Bump itertools from 0.8.2 to 0.9.0
  • Loading branch information
pfoerster authored Apr 17, 2020
2 parents 7eb1adc + d168400 commit 629704a
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 629704a

Please sign in to comment.