summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-06-14 11:53:14 -0400
committerGitHub <noreply@github.com>2023-06-14 11:53:14 -0400
commitcd27757184e683575c2540f73a96dc96e268943a (patch)
tree10d365e16f01c43f424fd652388f25c496c2a6f3 /Cargo.lock
parent348287825cdefecdd6dda6ce5c8652fdfc69837c (diff)
fix(compile): some npm dependencies were missing in compiled output (#19503)
Test is in deno_npm. Closes #19500
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 ecd31131c..2d0b32eb6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1298,9 +1298,9 @@ dependencies = [
[[package]]
name = "deno_npm"
-version = "0.8.0"
+version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a6ea17879274b55063c6b14488a4f9352b651f8d42ed129e6e2c1e351761175d"
+checksum = "f396676bc09754d7afdbf8887e501bf5cd4ecbec6607a5540ee5c7338cae713d"
dependencies = [
"anyhow",
"async-trait",