diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-07-01 21:07:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-02 01:07:57 +0000 |
| commit | cfbc9b471f9ae0a00639b69623068021a6cfcbbd (patch) | |
| tree | 6609ee07363f0e5b415b9a12706dd72fa93d41c7 /Cargo.lock | |
| parent | e746b6d80654ba4e4e26370fe6e4f784ce841d92 (diff) | |
feat(lsp): basic support of auto-imports for npm specifiers (#19675)
Closes #19625
Closes https://github.com/denoland/vscode_deno/issues/857
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index b7fea19ce..01aea82a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1314,9 +1314,9 @@ dependencies = [ [[package]] name = "deno_npm" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4b0de941ffd64e68ec1adbaf24c045214be3232ca316f32f55b6b2197b4f5b3" +checksum = "371ef0398b5b5460d66b78a958d5015658e198ad3a29fb9ce329459272fd29aa" dependencies = [ "anyhow", "async-trait", |
