Bump lsp-server from 0.7.8 to 0.7.9 (#1437)
Some checks failed
CI / Build (aarch64-unknown-linux-gnu) (push) Failing after 6s
CI / Build (armv7-unknown-linux-gnueabihf) (push) Failing after 5s
CI / Build (x86_64-unknown-linux-gnu) (push) Failing after 6s
CI / Build (x86_64-unknown-linux-musl) (push) Failing after 11s
CI / Build (aarch64-apple-darwin) (push) Has been cancelled
CI / Build (x86_64-apple-darwin) (push) Has been cancelled
CI / Build (aarch64-pc-windows-msvc) (push) Has been cancelled
CI / Build (i686-pc-windows-msvc) (push) Has been cancelled
CI / Build (x86_64-pc-windows-msvc) (push) Has been cancelled
CI / MSRV (push) Has been cancelled

This commit is contained in:
dependabot[bot] 2025-08-29 20:20:17 +00:00 committed by GitHub
parent 0936bb4608
commit 49364604b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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