summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-12-06 16:25:24 -0500
committerGitHub <noreply@github.com>2023-12-06 16:25:24 -0500
commit7fdc3c8f1fc27be2ca7d4ff62b9fd8ecb3d24e61 (patch)
treee0de42001e5185091e00dd0232d82f98621edd14 /Cargo.lock
parent07f78912d629eb788cd9feca344e6b4720a3bef3 (diff)
fix(compile/npm): ignore symlinks to non-existent paths in node_modules directory (#21479)
Part of https://github.com/denoland/deno/issues/21476
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6d26a98c7..a476b9eba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1476,9 +1476,9 @@ dependencies = [
[[package]]
name = "deno_npm"
-version = "0.15.2"
+version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "210f62105862f1ff371e278c623c7ed73d62b0efece4d417c15663d37b730098"
+checksum = "718b0b55031643de7808f8b426661b22a685820f1f459e028776bcc49e07b881"
dependencies = [
"anyhow",
"async-trait",