From e247431719636e035c2ad034be520db634e07ff0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 19:13:17 +0000 Subject: [PATCH] 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] --- 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 eff879c..b9c060b 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.81" +lsp-types = ">=0.70, <0.83" url = "2"