garyttierney / secsp

SELinux C-style Policy Language
MIT License
4 stars 1 forks source link

Update tower-lsp requirement from 0.3.1 to 0.13.3 #133

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on tower-lsp to permit the latest version.

Release notes

Sourced from tower-lsp's releases.

tower-lsp 0.13.3

Changed

  • Increase lsp-types semantic version range to >=0.79, <0.82. This is safe because the upstream changes only concern proposed LSP features, which this library does not currently support.
Changelog

Sourced from tower-lsp's changelog.

[0.13.3] - 2020-09-19

Changed

  • Increase lsp-types semantic version range to >=0.79, <0.82. This is safe because the upstream changes only concern proposed LSP features, which this library does not currently support.

[0.13.2] - 2020-09-03

Changed

  • Increase lsp-types semantic version range to >=0.79, <0.81. This is safe because the upstream changes only concern proposed LSP features, which this library does not currently support.

[0.13.1] - 2020-08-21

Changed

  • Improve std::fmt::Debug implementation for Client (PR #216).
  • Several API documentation improvements.

Fixed

  • Fix infinite loop upon encountering invalid UTF-8 characters in an incoming message (PR #215).

[0.13.0] - 2020-08-20

Changed

  • Improve log message quality and reduce noise.
  • Return responses in corresponding request order to make things easier on the client side (PR #212).
  • Change remaining Client notification methods to async fn (PR #213).
  • Bump minimum supported Rust version to 1.41.0 (PR #213).

Fixed

  • Report missing params as "invalid params" instead of "parse error" (PR #211).

[0.12.1] - 2020-08-11

Fixed

  • Reject multiple initialize requests sent in quick succession (PR #208).
  • Fix bug deserializing jsonrpc field from serde_json::Value (PR #209).

[0.12.0] - 2020-08-09

Commits
  • 0786d43 Bump crate version to 0.13.3
  • c96c5ea Update CHANGELOG.md
  • 766bcdb Update lsp-types requirement from >=0.79,<0.81 to >=0.79, <0.82
  • 385e25a Clarify wording of README license disclaimer
  • d3f3c85 Bump crate version to 0.13.2
  • eaa6d2e Update CHANGELOG.md
  • 4d3a50e Use semver range to allow lsp-types 0.79.x -> 0.80.x
  • 6611bc4 Update lsp-types requirement from 0.79 to 0.80
  • e180358 Bump crate version to 0.13.1
  • 5bf7939 Update CHANGELOG.md
  • Additional commits viewable in compare view


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 commands and options
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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #174.