diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-05-17 17:38:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-17 17:38:50 -0400 |
| commit | 41f618a1df6bb8c66d7968ac64456139b9f4c197 (patch) | |
| tree | dbcc67e009cf70099be82ea3774669e8aefc6023 /Cargo.lock | |
| parent | ad223362451688c13a4441563210f58bdb046a78 (diff) | |
fix(npm): improved optional dependency support (#19135)
Note: If the package information has already been cached, then this
requires running with `--reload` or for the registry information to be
fetched some other way (ex. the cache busting).
Closes #15544
---------
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5a1a5c4b3..4f5bac6e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1217,9 +1217,9 @@ dependencies = [ [[package]] name = "deno_npm" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab571ab55247090bb78bc0466fdf01bd331c98e9e2c4a236bfa93479d906c5c" +checksum = "007cdc59079448de7af94510f7e9652bc6f17e9029741b26f3754f86a3cc2dd0" dependencies = [ "anyhow", "async-trait", @@ -1228,7 +1228,6 @@ dependencies = [ "log", "monch", "once_cell", - "parking_lot 0.12.1", "serde", "thiserror", ] |
