From 5153001889e9cf39bf324cff41c6a5c5db0070bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sat, 3 Aug 2019 23:48:10 +0300 Subject: Bump deps --- crates/ra_hir/Cargo.toml | 2 +- crates/ra_ide_api/Cargo.toml | 2 +- crates/ra_syntax/Cargo.toml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'crates') diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index 285b3c63a..1a2f1b47c 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml @@ -27,4 +27,4 @@ chalk-ir = { git = "https://github.com/rust-lang/chalk.git" } lalrpop-intern = "0.15.1" [dev-dependencies] -insta = "0.9.0" +insta = "0.10.0" diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index dd11ec0f6..a7dc0b63a 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml @@ -27,7 +27,7 @@ test_utils = { path = "../test_utils" } ra_assists = { path = "../ra_assists" } [dev-dependencies] -insta = "0.9.0" +insta = "0.10.0" [dev-dependencies.proptest] version = "0.9.0" diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index bc1c88070..5f8585878 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml @@ -8,7 +8,6 @@ description = "Comment and whitespace preserving parser for the Rust langauge" repository = "https://github.com/rust-analyzer/rust-analyzer" [dependencies] -unicode-xid = "0.1.0" itertools = "0.8.0" rowan = "0.6.1" ra_rustc_lexer = { version = "0.1.0-pre.2" } -- cgit v1.2.3