aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-10-23 14:59:56 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-10-23 14:59:56 +0100
commite49c628c0d7ab30a09e8d3ba3d7ac93ab967ff6d (patch)
tree5890285209b3205613168ebfedd52a571c912b19 /crates/ra_lsp_server/Cargo.toml
parent1d574ed6543936af7d1d16c4b4ea9b4bd858aa41 (diff)
parent0ee37099b585180e9f02d93a5b6fcac403c472a6 (diff)
Merge #156
156: Cargo Update run r=kjeremy a=kjeremy Bump relative-path to 0.4.0 Failure 0.1.3 to fix leak with downcast Updated everything else too Co-authored-by: Jeremy A. Kolb <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r--crates/ra_lsp_server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]
8rayon = "1.0.2" 8rayon = "1.0.2"
9relative-path = "0.3.7" 9relative-path = "0.4.0"
10failure = "0.1.2" 10failure = "0.1.2"
11failure_derive = "0.1.2" 11failure_derive = "0.1.2"
12serde_json = "1.0.24" 12serde_json = "1.0.24"