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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/gen_lsp_server') 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" -- cgit v1.2.3