From c704970fd71a1a29ef8397ff2ab9e12c5b780a81 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 21 Jun 2021 23:05:23 +0000 Subject: Bump tokio from 1.6.1 to 1.7.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.1 to 1.7.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.6.1...tokio-1.7.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- helix-lsp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-lsp') diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index 2c1b813d..80025698 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -23,5 +23,5 @@ lsp-types = { version = "0.89", features = ["proposed"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" -tokio = { version = "1.6", features = ["full"] } +tokio = { version = "1.7", features = ["full"] } tokio-stream = "0.1.6" -- cgit v1.2.3-70-g09d2