Update lsp-types requirement from >=0.70, <0.81 to >=0.70, <0.83

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](https://github.com/gluon-lang/lsp-types/compare/vv0.70.0...v0.82.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-09-23 19:13:17 +00:00
committed by GitHub
parent 3fc4427768
commit e247431719
+1 -1
View File
@@ -16,5 +16,5 @@ codespan-reporting = { version = "0.9.5", path = "../codespan-reporting" }
# will be valid for all the versions in this range. Getting this range wrong
# could potentially break down-stream builds on a `cargo update`. This is an
# absolute no-no, breaking much of what we enjoy about Cargo!
lsp-types = ">=0.70, <0.81"
lsp-types = ">=0.70, <0.83"
url = "2"