diff options
author | dependabot[bot] | 2021-07-05 23:07:47 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-07-06 00:52:47 +0000 |
commit | 47a6882738c7a125f6746bd20f4c67c517108a56 (patch) | |
tree | e8a90d490dc216956ce78c91baed14a617b5fcc9 /helix-lsp | |
parent | c8681a820ccd149dedc631b6e94bc6ece0442fcb (diff) |
Bump tokio from 1.7.1 to 1.8.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.7.1...tokio-1.8.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'helix-lsp')
-rw-r--r-- | helix-lsp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index 8d43af69..3a13fb56 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.7", features = ["full"] } +tokio = { version = "1.8", features = ["full"] } tokio-stream = "0.1.6" |