From 51ce71686aab6a8018d641032eb9fc6f0acd6198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 31 Dec 2018 08:53:49 +0000 Subject: Bump failure from 0.1.3 to 0.1.4 Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] --- crates/gen_lsp_server/Cargo.toml | 2 +- crates/ra_cli/Cargo.toml | 2 +- crates/ra_lsp_server/Cargo.toml | 2 +- crates/tools/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'crates') diff --git a/crates/gen_lsp_server/Cargo.toml b/crates/gen_lsp_server/Cargo.toml index 2aee4ea16..ff475f196 100644 --- a/crates/gen_lsp_server/Cargo.toml +++ b/crates/gen_lsp_server/Cargo.toml @@ -10,7 +10,7 @@ description = "Generic LSP server scaffold." [dependencies] languageserver-types = "0.53.1" log = "0.4.3" -failure = "0.1.2" +failure = "0.1.4" serde_json = "1.0.24" serde = { version = "1.0.83", features = ["derive"] } crossbeam-channel = "0.3.5" diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml index 0b8d6f3dd..83f1d91e0 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] clap = "2.32.0" -failure = "0.1.1" +failure = "0.1.4" join_to_string = "0.1.1" ra_syntax = { path = "../ra_syntax" } ra_editor = { path = "../ra_editor" } diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index bfab78be5..6c3aeaf13 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Aleksey Kladov "] rayon = "1.0.2" threadpool = "1.7.1" relative-path = "0.4.0" -failure = "0.1.2" +failure = "0.1.4" failure_derive = "0.1.4" serde_json = "1.0.24" serde = "1.0.83" diff --git a/crates/tools/Cargo.toml b/crates/tools/Cargo.toml index 4795b1387..9d6707a59 100644 --- a/crates/tools/Cargo.toml +++ b/crates/tools/Cargo.toml @@ -10,4 +10,4 @@ teraron = "0.0.1" walkdir = "2.1.3" itertools = "0.8.0" clap = "2.32.0" -failure = "0.1.1" +failure = "0.1.4" -- cgit v1.2.3