From 0ee37099b585180e9f02d93a5b6fcac403c472a6 Mon Sep 17 00:00:00 2001 From: "Jeremy A. Kolb" Date: Tue, 23 Oct 2018 09:46:00 -0400 Subject: Cargo Update run Bump relative-path to 0.4.0 Failure 0.1.3 to fix leak with downcast Updated everything else too --- crates/ra_analysis/Cargo.toml | 2 +- crates/ra_lsp_server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') 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" authors = ["Aleksey Kladov "] [dependencies] -relative-path = "0.3.7" +relative-path = "0.4.0" log = "0.4.2" parking_lot = "0.6.3" 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 "] [dependencies] rayon = "1.0.2" -relative-path = "0.3.7" +relative-path = "0.4.0" failure = "0.1.2" failure_derive = "0.1.2" serde_json = "1.0.24" -- cgit v1.2.3