From f73503fef734e41d3b9ad220b59aaf114d4ded87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:34:16 +0000 Subject: [PATCH] Update tower-lsp-server requirement in the cargo group 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](https://github.com/tower-lsp-community/tower-lsp-server/compare/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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9de0d13..bd9519f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.140" tempfile = "3.20.0" tokio = { version = "1.45.0", features = ["full"] } toml = "0.8.22" -tower-lsp-server = { version = "0.21.1", features = ["proposed"] } +tower-lsp-server = { version = "0.22.0", features = ["proposed"] } thiserror = "2.0.12" which = "8.0.0"