From 7b00cfcf90c820172c7e8cf9876e46fedaa703a4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 19:12:53 +0000 Subject: [PATCH] Update lsp-types requirement from >=0.70, <0.79 to >=0.70, <0.80 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.79.0) Signed-off-by: dependabot-preview[bot] --- codespan-lsp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespan-lsp/Cargo.toml b/codespan-lsp/Cargo.toml index d5883f9..1406be2 100644 --- a/codespan-lsp/Cargo.toml +++ b/codespan-lsp/Cargo.toml @@ -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.79" +lsp-types = ">=0.70, <0.80" url = "2"