diff options
author | dependabot[bot] | 2022-10-18 00:56:29 +0000 |
---|---|---|
committer | GitHub | 2022-10-18 00:56:29 +0000 |
commit | 414214f883c73d341db3b2638eed5e077de8eb53 (patch) | |
tree | 9a36914bcd68231f3fc351c38e4ed14c90cd2543 /helix-lsp | |
parent | 38746b04b44bc792ddca5d798f750366e478d258 (diff) |
build(deps): bump tokio-stream from 0.1.10 to 0.1.11 (#4341)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 536a6ba6..ad432d96 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -23,5 +23,5 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" tokio = { version = "1.21", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] } -tokio-stream = "0.1.10" +tokio-stream = "0.1.11" which = "4.2" |