Skip to content

Commit bfd5868

Browse files
dependabot[bot]joshuadavidthomas
authored andcommitted
Update lsp-types requirement from 0.94 to 0.97 in the cargo group
Updates the requirements on [lsp-types](https://github.com/gluon-lang/lsp-types) to permit the latest version. Updates `lsp-types` to 0.94.1 - [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md) - [Commits](gluon-lang/lsp-types@v0.94.0...v0.94.1) --- updated-dependencies: - dependency-name: lsp-types dependency-version: 0.94.1 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3774e2c commit bfd5868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde_json = "1.0"
1818
thiserror = "2.0"
1919
tokio = { version = "1.42", features = ["full"] }
2020
tower-lsp = { version = "0.20", features = ["proposed"] }
21-
lsp-types = "0.94"
21+
lsp-types = "0.97"
2222

2323
[profile.dev.package]
2424
insta.opt-level = 3

0 commit comments

Comments
 (0)