From 766bcdbb0c491fe31969198e02ad76f3e746d2d4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 21:14:16 +0000 Subject: [PATCH] Update lsp-types requirement from >=0.79,<0.81 to >=0.79, <0.82 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/v0.79.0...v0.81.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c91fee89..f2c7f6fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bytes = "0.5" dashmap = "3.5.1" futures = { version = "0.3", default-features = false, features = ["std", "async-await"] } log = "0.4" -lsp-types = ">=0.79,<0.81" +lsp-types = ">=0.79, <0.82" nom = { version = "5.1", default-features = false, features = ["std"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"