update itertools version to 0.9.0
This commit is contained in:
parent
eff1b3fe4d
commit
df58ab8963
7 changed files with 22 additions and 13 deletions
|
|
@ -11,7 +11,7 @@ doctest = false
|
|||
format-buf = "1.0.0"
|
||||
join_to_string = "0.1.3"
|
||||
rustc-hash = "1.1.0"
|
||||
itertools = "0.8.2"
|
||||
itertools = "0.9.0"
|
||||
|
||||
ra_syntax = { path = "../ra_syntax" }
|
||||
ra_text_edit = { path = "../ra_text_edit" }
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ publish = false
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.8.2"
|
||||
itertools = "0.9.0"
|
||||
|
||||
ra_syntax = { path = "../ra_syntax" }
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ rustc-hash = "1.1.0"
|
|||
either = "1.5.3"
|
||||
arrayvec = "0.5.1"
|
||||
|
||||
itertools = "0.8.2"
|
||||
itertools = "0.9.0"
|
||||
|
||||
ra_syntax = { path = "../ra_syntax" }
|
||||
ra_db = { path = "../ra_db" }
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ wasm = []
|
|||
either = "1.5.3"
|
||||
format-buf = "1.0.0"
|
||||
indexmap = "1.3.2"
|
||||
itertools = "0.8.2"
|
||||
itertools = "0.9.0"
|
||||
join_to_string = "0.1.3"
|
||||
log = "0.4.8"
|
||||
rustc-hash = "1.1.0"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/rust-analyzer/rust-analyzer"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.8.2"
|
||||
itertools = "0.9.0"
|
||||
rowan = "0.9.1"
|
||||
rustc_lexer = "0.1.0"
|
||||
rustc-hash = "1.1.0"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ anyhow = "1.0.26"
|
|||
crossbeam-channel = "0.4.0"
|
||||
env_logger = { version = "0.7.1", default-features = false }
|
||||
globset = "0.4.4"
|
||||
itertools = "0.8.2"
|
||||
itertools = "0.9.0"
|
||||
jod-thread = "0.1.0"
|
||||
log = "0.4.8"
|
||||
lsp-types = { version = "0.73.0", features = ["proposed"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue