diff options
author | dependabot[bot] | 2022-09-26 23:22:48 +0000 |
---|---|---|
committer | GitHub | 2022-09-26 23:22:48 +0000 |
commit | d2bb7f5a09c8f46fbf963772e8a6d713d86229fe (patch) | |
tree | 660c48965148d7db7d137360864a5f491bf209c7 /helix-lsp | |
parent | fd4cdf0b1f32c5ef6d8725aac971a94bdfd41a30 (diff) |
build(deps): bump tokio-stream from 0.1.9 to 0.1.10 (#3988)
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 2e5b8139..536a6ba6 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.9" +tokio-stream = "0.1.10" which = "4.2" |