Skip to content

Commit

Permalink
Update lsp-types requirement from 0.89.0 to 0.92.0
Browse files Browse the repository at this point in the history
Updates the requirements on [lsp-types](https://github.com/gluon-lang/lsp-types) to permit the latest version.
- [Release notes](https://github.com/gluon-lang/lsp-types/releases)
- [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md)
- [Commits](gluon-lang/lsp-types@v0.89.0...v0.92.0)

---
updated-dependencies:
- dependency-name: lsp-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2022
1 parent 882b173 commit 59c68c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bytes = "1.0.1"
dashmap = "5.0.0"
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
log = "0.4"
lsp-types = "0.89.0"
lsp-types = "0.92.0"
nom = { version = "7.1.0", default-features = false, features = ["std"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 59c68c2

Please sign in to comment.