diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-31 09:41:32 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-31 09:41:32 +0000 |
commit | 582ea0a29a2914ab0b6847121b91396a4e8bebc5 (patch) | |
tree | 86ee8cc2f5ab3230942e0cf6984985b4c72693a7 | |
parent | b4a7e73fc9d06e2bf95685d19acadacdd2c5204d (diff) | |
parent | 51ce71686aab6a8018d641032eb9fc6f0acd6198 (diff) |
Merge #383
383: Bump failure from 0.1.3 to 0.1.4 r=DJMcNab a=dependabot[bot]
Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.3 to 0.1.4.
<details>
<summary>Changelog</summary>
*Sourced from [failure's changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md).*
> # Version 0.1.4
>
> - Improved error reporting of the derive feature
> - Resolved a potential internal ambiguity when using the backtrace feature
> that prevented backtrace from improving an upstream API.
> - Changed the bounds on std error compat conversions through the From trait
> to take Sync and Send into account.
</details>
<details>
<summary>Commits</summary>
- [`70b98e6`](https://github.com/rust-lang-nursery/failure/commit/70b98e653adbb16bc15d6b399db4ce952093dc65) 0.1.4
- [`937fb70`](https://github.com/rust-lang-nursery/failure/commit/937fb704a4f88362c41bafa3da612e5e1fc12d7b) Add Sync and Send as failure::Error supports them. ([#283](https://github-redirect.dependabot.com/rust-lang-nursery/failure/issues/283))
- [`15b6798`](https://github.com/rust-lang-nursery/failure/commit/15b6798695b2d4a1ed7d46d9f59ad910f473126e) Improving procmacro error reporting
- [`22bfd31`](https://github.com/rust-lang-nursery/failure/commit/22bfd319a645df0e30a6e6da16757f153870e118) support trailing commas in macros ([#273](https://github-redirect.dependabot.com/rust-lang-nursery/failure/issues/273))
- [`26fc6eb`](https://github.com/rust-lang-nursery/failure/commit/26fc6eb71373da6cd21a18b6a06bd7ee437299d4) Future proof debug formatting. Fixes [#279](https://github-redirect.dependabot.com/rust-lang-nursery/failure/issues/279)
- [`0f89723`](https://github.com/rust-lang-nursery/failure/commit/0f89723f1eaf3195acdb32c331e697f0b5299b0e) Reformat for latest rustfmt
- [`8f8f92f`](https://github.com/rust-lang-nursery/failure/commit/8f8f92fa55e99d95a886cf54ad877f47059c7375) Update metadata to point to new docs
- See full diff in [compare view](https://github.com/rust-lang-nursery/failure/compare/0.1.3...0.1.4)
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=failure&package-manager=cargo&previous-version=0.1.3&new-version=0.1.4)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
</details>
Co-authored-by: dependabot[bot] <[email protected]>
-rw-r--r-- | Cargo.lock | 14 | ||||
-rw-r--r-- | crates/gen_lsp_server/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_cli/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/tools/Cargo.toml | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index ec847ad89..f06da0050 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -270,7 +270,7 @@ dependencies = [ | |||
270 | 270 | ||
271 | [[package]] | 271 | [[package]] |
272 | name = "failure" | 272 | name = "failure" |
273 | version = "0.1.3" | 273 | version = "0.1.4" |
274 | source = "registry+https://github.com/rust-lang/crates.io-index" | 274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
275 | dependencies = [ | 275 | dependencies = [ |
276 | "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", | 276 | "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -337,7 +337,7 @@ name = "gen_lsp_server" | |||
337 | version = "0.1.0" | 337 | version = "0.1.0" |
338 | dependencies = [ | 338 | dependencies = [ |
339 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 339 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
340 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 340 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
341 | "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", | 341 | "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", |
342 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 342 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
343 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 343 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -686,7 +686,7 @@ name = "ra_cli" | |||
686 | version = "0.1.0" | 686 | version = "0.1.0" |
687 | dependencies = [ | 687 | dependencies = [ |
688 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 688 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
689 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 689 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
690 | "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 690 | "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
691 | "ra_editor 0.1.0", | 691 | "ra_editor 0.1.0", |
692 | "ra_syntax 0.1.0", | 692 | "ra_syntax 0.1.0", |
@@ -746,7 +746,7 @@ dependencies = [ | |||
746 | "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 746 | "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
747 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 747 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
748 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 748 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
749 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 749 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
750 | "failure_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 750 | "failure_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
751 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", | 751 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", |
752 | "gen_lsp_server 0.1.0", | 752 | "gen_lsp_server 0.1.0", |
@@ -1215,7 +1215,7 @@ name = "teraron" | |||
1215 | version = "0.0.1" | 1215 | version = "0.0.1" |
1216 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1217 | dependencies = [ | 1217 | dependencies = [ |
1218 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1218 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1219 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1219 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1220 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1220 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1221 | "tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", | 1221 | "tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1297,7 +1297,7 @@ name = "tools" | |||
1297 | version = "0.1.0" | 1297 | version = "0.1.0" |
1298 | dependencies = [ | 1298 | dependencies = [ |
1299 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1299 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1300 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1300 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1301 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1301 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1302 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1302 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1303 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1303 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1517,7 +1517,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1517 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" | 1517 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" |
1518 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" | 1518 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" |
1519 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" | 1519 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" |
1520 | "checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7" | 1520 | "checksum failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e945b93ec214c6e97b520ec6c5d80267fc97af327658ee5b9f35984626e51fbf" |
1521 | "checksum failure_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c395a14ab27b42704e85bf2435c5c51f334ad7a96e16fe23c6e63a1cad6cc12" | 1521 | "checksum failure_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c395a14ab27b42704e85bf2435c5c51f334ad7a96e16fe23c6e63a1cad6cc12" |
1522 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 1522 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1523 | "checksum flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dda06444ccc8b0a6da19d939989b4a4e83f328710ada449eedaed48c8b903cd" | 1523 | "checksum flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dda06444ccc8b0a6da19d939989b4a4e83f328710ada449eedaed48c8b903cd" |
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." | |||
10 | [dependencies] | 10 | [dependencies] |
11 | languageserver-types = "0.53.1" | 11 | languageserver-types = "0.53.1" |
12 | log = "0.4.3" | 12 | log = "0.4.3" |
13 | failure = "0.1.2" | 13 | failure = "0.1.4" |
14 | serde_json = "1.0.24" | 14 | serde_json = "1.0.24" |
15 | serde = { version = "1.0.83", features = ["derive"] } | 15 | serde = { version = "1.0.83", features = ["derive"] } |
16 | crossbeam-channel = "0.3.5" | 16 | 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 | |||
7 | 7 | ||
8 | [dependencies] | 8 | [dependencies] |
9 | clap = "2.32.0" | 9 | clap = "2.32.0" |
10 | failure = "0.1.1" | 10 | failure = "0.1.4" |
11 | join_to_string = "0.1.1" | 11 | join_to_string = "0.1.1" |
12 | ra_syntax = { path = "../ra_syntax" } | 12 | ra_syntax = { path = "../ra_syntax" } |
13 | ra_editor = { path = "../ra_editor" } | 13 | 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 <[email protected]>"] | |||
8 | rayon = "1.0.2" | 8 | 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.4" |
12 | failure_derive = "0.1.4" | 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" |
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" | |||
10 | walkdir = "2.1.3" | 10 | walkdir = "2.1.3" |
11 | itertools = "0.8.0" | 11 | itertools = "0.8.0" |
12 | clap = "2.32.0" | 12 | clap = "2.32.0" |
13 | failure = "0.1.1" | 13 | failure = "0.1.4" |