diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-08-20 11:31:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-20 11:31:33 -0400 |
| commit | 87f80ff6be5e2a132b583a9c380fff5db3cb2b07 (patch) | |
| tree | b2c43c9004b9ada204f3b5db7c221fa6322f026a /Cargo.lock | |
| parent | 1ffbd561642d05a05e18ada764d50581dea779ef (diff) | |
feat(unstable): initial support for npm specifiers (#15484)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index da61d0724..dad974450 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -834,6 +834,7 @@ dependencies = [ "notify", "once_cell", "os_pipe", + "path-clean", "percent-encoding 2.1.0", "pin-project", "pretty_assertions", @@ -1140,6 +1141,8 @@ name = "deno_node" version = "0.2.0" dependencies = [ "deno_core", + "regex", + "serde", ] [[package]] @@ -4601,6 +4604,7 @@ dependencies = [ "pretty_assertions", "pty", "regex", + "reqwest", "rustls-pemfile 1.0.0", "serde", "serde_json", |
