Update lsp-types requirement from 0.94 to 0.97 in the cargo group (#92)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-04-21 11:01:43 -05:00 committed by GitHub
parent 3774e2cfb1
commit 22fa2cc1be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ serde_json = "1.0"
thiserror = "2.0"
tokio = { version = "1.42", features = ["full"] }
tower-lsp = { version = "0.20", features = ["proposed"] }
lsp-types = "0.94"
lsp-types = "0.97"
[profile.dev.package]
insta.opt-level = 3