Update lsp-types requirement from 0.57 to 0.58

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)
- [Commits](https://github.com/gluon-lang/lsp-types/compare/v0.57.0...v0.58.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-06-28 19:12:53 +00:00
committed by GitHub
parent c094272b4d
commit b52d2e766a
+1 -1
View File
@@ -13,5 +13,5 @@ edition = "2018"
codespan = { version = "0.3.0", path = "../codespan" } # CODESPAN
codespan-reporting = { version = "0.3.0", path = "../codespan-reporting/" } # CODESPAN
derive_more = "0.15"
lsp-types = "0.57"
lsp-types = "0.58"
url = "1"