From c216a9a6393950ec8cdbd75f02783d8d13f996aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 01:23:27 +0000 Subject: [PATCH] Bump lsp-server from 0.7.4 to 0.7.6 Bumps [lsp-server](https://github.com/rust-lang/rust-analyzer) from 0.7.4 to 0.7.6. - [Release notes](https://github.com/rust-lang/rust-analyzer/releases) - [Commits](https://github.com/rust-lang/rust-analyzer/commits) --- updated-dependencies: - dependency-name: lsp-server dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/texlab/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be53fc7b..2fdc6d3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -921,9 +921,9 @@ dependencies = [ [[package]] name = "lsp-server" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b52dccdf3302eefab8c8a1273047f0a3c3dca4b527c8458d00c09484c8371928" +checksum = "248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095" dependencies = [ "crossbeam-channel", "log", diff --git a/crates/texlab/Cargo.toml b/crates/texlab/Cargo.toml index 45f6e6b4..102b472f 100644 --- a/crates/texlab/Cargo.toml +++ b/crates/texlab/Cargo.toml @@ -44,7 +44,7 @@ inlay-hints = { path = "../inlay-hints" } line-index = { path = "../line-index" } links = { path = "../links" } log = "0.4.19" -lsp-server = "0.7.4" +lsp-server = "0.7.6" lsp-types = "0.94.1" notify = "6.1.1" notify-debouncer-full = "0.3.1"