diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_analysis/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_analysis/Cargo.toml b/crates/ra_analysis/Cargo.toml index f5e742159..0f5ff6d24 100644 --- a/crates/ra_analysis/Cargo.toml +++ b/crates/ra_analysis/Cargo.toml | |||
@@ -5,7 +5,7 @@ version = "0.1.0" | |||
5 | authors = ["Aleksey Kladov <[email protected]>"] | 5 | authors = ["Aleksey Kladov <[email protected]>"] |
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | relative-path = "0.3.7" | 8 | relative-path = "0.4.0" |
9 | log = "0.4.2" | 9 | log = "0.4.2" |
10 | parking_lot = "0.6.3" | 10 | parking_lot = "0.6.3" |
11 | once_cell = "0.1.5" | 11 | once_cell = "0.1.5" |
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index e4fc40a3a..2bf073074 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -6,7 +6,7 @@ authors = ["Aleksey Kladov <[email protected]>"] | |||
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | rayon = "1.0.2" | 8 | rayon = "1.0.2" |
9 | relative-path = "0.3.7" | 9 | relative-path = "0.4.0" |
10 | failure = "0.1.2" | 10 | failure = "0.1.2" |
11 | failure_derive = "0.1.2" | 11 | failure_derive = "0.1.2" |
12 | serde_json = "1.0.24" | 12 | serde_json = "1.0.24" |