From 22fa2cc1be68f7c7bf8916f2e34f113ee04ef1b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:01:43 -0500 Subject: [PATCH] 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> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd93990..9b773a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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