diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-01-24 15:30:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-24 15:30:01 -0500 |
| commit | bc8de78da3c37bb5ce70547a7d3a3576d1a7734f (patch) | |
| tree | 9a18157727abf271b15fc09da726c7ce4c099ccc /Cargo.lock | |
| parent | 30ddf436d0d48ce0f9238f1728bc83aa4c6dddad (diff) | |
perf(lsp): independent diagnostic source publishes (#13427)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 930a054ee..ef64b823f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,6 +764,7 @@ dependencies = [ "text-size", "text_lines", "tokio", + "tokio-util", "trust-dns-client", "trust-dns-server", "typed-arena", |
