Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Auto merge of #1258 - rust-lang:dependabot/cargo/lsp-types-0.55.1, r=…
Browse files Browse the repository at this point in the history
…Xanewok

Bump lsp-types from 0.55.0 to 0.55.1

Bumps [lsp-types](https://github.com/gluon-lang/lsp-types) from 0.55.0 to 0.55.1.
<details>
<summary>Commits</summary>

- [`82c2363`](gluon-lang/lsp-types@82c2363) (cargo-release) version 0.55.1
- [`584d8d0`](gluon-lang/lsp-types@584d8d0) Merge pull request [#92](https://github-redirect.dependabot.com/gluon-lang/lsp-types/issues/92) from autozimu/ord
- [`9b5e277`](gluon-lang/lsp-types@9b5e277) Derive Ord and PartialOrd for DiagnosticSeverity.
- See full diff in [compare view](gluon-lang/lsp-types@v0.55.0...v0.55.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=lsp-types&package-manager=cargo&previous-version=0.55.0&new-version=0.55.1)](https://dependabot.com/compatibility-score.html?dependency-name=lsp-types&package-manager=cargo&previous-version=0.55.0&new-version=0.55.1)

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 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 the `.dependabot/config.yml` file in this repo:
- 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>
  • Loading branch information
bors committed Jan 24, 2019
2 parents 07342b7 + 583a79c commit 1eaa360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ failure = "0.1.1"
home = "0.3"
itertools = "0.8"
jsonrpc-core = "9"
lsp-types = "0.55.0"
lsp-types = "0.55.1"
lazy_static = "1"
log = "0.4"
num_cpus = "1"
Expand Down

0 comments on commit 1eaa360

Please sign in to comment.