From 49364604b833a01eb7af5b15638dc2fb527994d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:20:17 +0000 Subject: [PATCH] Bump lsp-server from 0.7.8 to 0.7.9 (#1437) --- Cargo.lock | 4 ++-- crates/texlab/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3640ebec..1781f719 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1117,9 +1117,9 @@ dependencies = [ [[package]] name = "lsp-server" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9462c4dc73e17f971ec1f171d44bfffb72e65a130117233388a0ebc7ec5656f9" +checksum = "7d6ada348dbc2703cbe7637b2dda05cff84d3da2819c24abcb305dd613e0ba2e" dependencies = [ "crossbeam-channel", "log", diff --git a/crates/texlab/Cargo.toml b/crates/texlab/Cargo.toml index c8233fcd..82bfd594 100644 --- a/crates/texlab/Cargo.toml +++ b/crates/texlab/Cargo.toml @@ -43,7 +43,7 @@ ipc = { path = "../ipc" } line-index = { path = "../line-index" } links = { path = "../links" } log.workspace = true -lsp-server = "0.7.8" +lsp-server = "0.7.9" lsp-types = "0.95.1" notify-debouncer-full.workspace = true notify.workspace = true