Skip to content

Commit

Permalink
Update tokio to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ralpha committed May 19, 2021
1 parent 0934809 commit aa6861a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* Bump minimum supported Rust version from `1.41.0` to `1.45.0` (PR #264).
* Update `lsp-types` from `0.82` to `0.89` (PR #264)
* Update `tokio` from `0.2` to `1.4.0` (PR #264)
* Update `tokio` from `0.2` to `1.6.0` (PR #264, PR #268)
* Update `tokio-util` from `0.3` to `0.6.5` (PR #264)
* Update `bytes` from `0.5` to `1.0.1` (PR #264)
* Update `dashmap` from `3.5.1` to `4.0.2` (PR #264)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lsp-types = "0.89.0"
nom = { version = "6.1.2", default-features = false, features = ["std"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.4.0", features = ["rt-multi-thread", "time"] }
tokio = { version = "1.6.0", features = ["rt-multi-thread", "time"] }
tokio-util = { version = "0.6.5", features = ["codec"] }
tower-lsp-macros = { version = "0.3", path = "./tower-lsp-macros" }
tower-service = "0.3"
Expand Down

0 comments on commit aa6861a

Please sign in to comment.