Bump lsp-types from 0.95.1 to 0.97.0

Bumps [lsp-types](https://github.com/gluon-lang/lsp-types) from 0.95.1 to 0.97.0.
- [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gluon-lang/lsp-types/compare/v0.95.1...v0.97.0)

---
updated-dependencies:
- dependency-name: lsp-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-30 07:41:02 +00:00 committed by GitHub
parent 08c7bb8eff
commit d9ed74b986
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 5 deletions

16
Cargo.lock generated
View file

@ -603,6 +603,15 @@ dependencies = [
"miniz_oxide",
]
[[package]]
name = "fluent-uri"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17c704e9dbe1ddd863da1e6ff3567795087b1eb201ce80d8fa81162e1516500d"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "fnv"
version = "1.0.7"
@ -960,15 +969,15 @@ dependencies = [
[[package]]
name = "lsp-types"
version = "0.95.1"
version = "0.97.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e34d33a8e9b006cd3fc4fe69a921affa097bae4bb65f76271f4644f9a334365"
checksum = "53353550a17c04ac46c585feb189c2db82154fc84b79c7a66c96c2c644f66071"
dependencies = [
"bitflags 1.3.2",
"fluent-uri",
"serde",
"serde_json",
"serde_repr",
"url",
]
[[package]]
@ -1742,7 +1751,6 @@ dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
[[package]]

View file

@ -44,7 +44,7 @@ line-index = { path = "../line-index" }
links = { path = "../links" }
log = "0.4.22"
lsp-server = "0.7.6"
lsp-types = "0.95.1"
lsp-types = "0.97.0"
notify = "6.1.1"
notify-debouncer-full = "0.3.1"
parking_lot = "0.12.3"