From df58ab8963fcd47efc5e4b83457d7cc0341cf83b Mon Sep 17 00:00:00 2001 From: Josh Mcguigan Date: Mon, 23 Mar 2020 16:22:46 -0700 Subject: update itertools version to 0.9.0 --- crates/ra_syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax') diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 8efc6b368..6fccc2303 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml @@ -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" -- cgit v1.2.3