diff options
author | dependabot[bot] <[email protected]> | 2018-12-31 05:36:03 +0000 |
---|---|---|
committer | dependabot[bot] <[email protected]> | 2018-12-31 05:36:03 +0000 |
commit | 2d9428b54ab63b47c98b8687b7fa1ec588c32045 (patch) | |
tree | 85b7b60b9b1b60135eef3d743047cf3515092cd7 /crates/ra_lsp_server | |
parent | e2816a95e94eb59fc875295ce7f3f547e95fe7b1 (diff) |
Bump failure_derive from 0.1.3 to 0.1.4
Bumps [failure_derive](https://github.com/withoutboats/failure_derive) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/withoutboats/failure_derive/releases)
- [Commits](https://github.com/withoutboats/failure_derive/commits)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server')
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 22a26b844..bfab78be5 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -9,7 +9,7 @@ rayon = "1.0.2" | |||
9 | threadpool = "1.7.1" | 9 | threadpool = "1.7.1" |
10 | relative-path = "0.4.0" | 10 | relative-path = "0.4.0" |
11 | failure = "0.1.2" | 11 | failure = "0.1.2" |
12 | failure_derive = "0.1.2" | 12 | failure_derive = "0.1.4" |
13 | serde_json = "1.0.24" | 13 | serde_json = "1.0.24" |
14 | serde = "1.0.83" | 14 | serde = "1.0.83" |
15 | drop_bomb = "0.1.0" | 15 | drop_bomb = "0.1.0" |