diff options
author | dependabot[bot] | 2021-06-21 23:05:23 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-22 00:26:14 +0000 |
commit | c704970fd71a1a29ef8397ff2ab9e12c5b780a81 (patch) | |
tree | e760a59903d6ebc3bd2aa9f7c2d2680308ff50ee | |
parent | 05bf9edebdd65a534e40c72caa61765ce0918389 (diff) |
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] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | helix-lsp/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -918,9 +918,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.6.1" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" +checksum = "5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2" dependencies = [ "autocfg", "bytes", 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" |