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