From f6816c253b96e8436f1156d6bd6b0942ee9fb4d3 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 18 Feb 2020 15:57:41 +0200 Subject: Update versions --- crates/ra_ide_db/Cargo.toml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'crates/ra_ide_db') diff --git a/crates/ra_ide_db/Cargo.toml b/crates/ra_ide_db/Cargo.toml index dbe98f3a0..ee409e34e 100644 --- a/crates/ra_ide_db/Cargo.toml +++ b/crates/ra_ide_db/Cargo.toml @@ -11,17 +11,18 @@ doctest = false wasm = [] [dependencies] -either = "1.5" +either = "1.5.3" format-buf = "1.0.0" -indexmap = "1.3.0" -itertools = "0.8.0" +indexmap = "1.3.2" +itertools = "0.8.2" join_to_string = "0.1.3" -log = "0.4.5" -rayon = "1.0.2" -fst = { version = "0.3.1", default-features = false } -rustc-hash = "1.0" +log = "0.4.8" +rayon = "1.3.0" +fst = { version = "0.3.5", default-features = false } +rustc-hash = "1.1.0" +unicase = "2.6.0" superslice = "1.0.0" -once_cell = "1.2.0" +once_cell = "1.3.1" ra_syntax = { path = "../ra_syntax" } ra_text_edit = { path = "../ra_text_edit" } @@ -36,4 +37,4 @@ test_utils = { path = "../test_utils" } hir = { path = "../ra_hir", package = "ra_hir" } [dev-dependencies] -insta = "0.13.0" +insta = "0.13.1" -- cgit v1.2.3