Skip to content

Update tower-lsp-server requirement from 0.21.1 to 0.22.0 in the cargo group #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

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

Release notes

Sourced from tower-lsp-server's releases.

v0.21.1

Changelog

Added

  • Export UriExt to reduce development friction (#38)

Fixed

  • Do no panic when recieving a response whose request has been cancelled (#37)
  • Allow null param in JSON-RPC response when it should be None (#41)

New Contributors

Full Changelog: tower-lsp-community/tower-lsp-server@v0.21.0...v0.21.1

Changelog

Sourced from tower-lsp-server's changelog.

[0.21.1] - 2025-04-07

Added

  • Export UriExt to reduce development friction (#38)

Fixed

  • Do no panic when recieving a response whose request has been cancelled (#37)
  • Allow null param in JSON-RPC response when it should be None (#41)

[0.21.0] - 2025-03-16

Added

  • Add notebook support (#15).
    • Implement notebookDocument/didOpen server request.
    • Implement notebookDocument/didChange server request.
    • Implement notebookDocument/didSave server request.
    • Implement notebookDocument/didClose server request.

Changed

  • Update lsp-types from 0.94.1 to 0.97 (#6).
  • Bump minimum supported Rust version from 1.64.0 to 1.77.0.
  • The LanguageServer trait now uses impl Trait in Trait feature (#21).
    • LanguageServer is not longer dyn-compatible/object-safe
    • You should be able to migrate from the old trait signature by just dropping the #[async_trait] macro at the top of the implementation.
  • Correctly use lsp_types::LSPAny in public API instead of serde_json::Value (#10).

Fixed

  • Use stream_select to avoid hanging behaviour (#9)
  • Close transport 1s after exit notification instead of waiting for transport channel to close (#29)

Removed

  • async_trait is no longer exported as it is no longer needed for the LanguageServer trait.

[0.20.0] - 2023-08-10

Versions 0.20 and below correspond to the original tower-lsp project.

Added

  • Add support for pull-based diagnostics from LSP 3.17.0 (PR #396).
    • Implement textDocument/diagnostic server request.
    • Implement workspace/diagnostic server request.
    • Implement workspace/diagnostic/refresh client request.
  • Implement std::str::FromStr for jsonrpc::{Request,Response} (PR #379).

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [tower-lsp-server](https://github.com/tower-lsp-community/tower-lsp-server) to permit the latest version.

Updates `tower-lsp-server` to 0.21.1
- [Release notes](https://github.com/tower-lsp-community/tower-lsp-server/releases)
- [Changelog](https://github.com/tower-lsp-community/tower-lsp-server/blob/main/CHANGELOG.md)
- [Commits](tower-lsp-community/tower-lsp-server@v0.21.1...v0.21.1)

---
updated-dependencies:
- dependency-name: tower-lsp-server
  dependency-version: 0.21.1
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants