Skip to content

Commit

Permalink
Merge #383
Browse files Browse the repository at this point in the history
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`](rust-lang-deprecated/failure@70b98e6) 0.1.4
- [`937fb70`](rust-lang-deprecated/failure@937fb70) Add Sync and Send as failure::Error supports them. ([#283](https://github-redirect.dependabot.com/rust-lang-nursery/failure/issues/283))
- [`15b6798`](rust-lang-deprecated/failure@15b6798) Improving procmacro error reporting
- [`22bfd31`](rust-lang-deprecated/failure@22bfd31) support trailing commas in macros ([#273](https://github-redirect.dependabot.com/rust-lang-nursery/failure/issues/273))
- [`26fc6eb`](rust-lang-deprecated/failure@26fc6eb) Future proof debug formatting.  Fixes [#279](https://github-redirect.dependabot.com/rust-lang-nursery/failure/issues/279)
- [`0f89723`](rust-lang-deprecated/failure@0f89723) Reformat for latest rustfmt
- [`8f8f92f`](rust-lang-deprecated/failure@8f8f92f) Update metadata to point to new docs
- See full diff in [compare view](rust-lang-deprecated/failure@0.1.3...0.1.4)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=failure&package-manager=cargo&previous-version=0.1.3&new-version=0.1.4)](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] <support@dependabot.com>
  • Loading branch information
bors[bot] and dependabot-support committed Dec 31, 2018
2 parents b4a7e73 + 51ce716 commit 582ea0a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/gen_lsp_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/ra_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/ra_lsp_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion crates/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 582ea0a

Please sign in to comment.