summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-06-08 11:48:29 -0400
committerGitHub <noreply@github.com>2023-06-08 11:48:29 -0400
commit55f01508540e015563e5e54fd0652e81b347b9c1 (patch)
treedee62f23a86df0545801956aa4422825b940e821 /Cargo.lock
parent976c38104569182ba41d9351a108e673f63ffb98 (diff)
refactor(compile): store the npm snapshot in the eszip (#19343)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 6 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index afbded567..96bcf91b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1233,9 +1233,9 @@ dependencies = [
[[package]]
name = "deno_npm"
-version = "0.6.0"
+version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "54607b69689ab1e778e5e00545456e6f0c2310205e1bdae01af601c2dace0121"
+checksum = "a6ea17879274b55063c6b14488a4f9352b651f8d42ed129e6e2c1e351761175d"
dependencies = [
"anyhow",
"async-trait",
@@ -1842,14 +1842,16 @@ dependencies = [
[[package]]
name = "eszip"
-version = "0.43.0"
+version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9034d1749b91ac4fab0ed7b1d849f9f933099d1c1d021d42d6f54dd265b27d83"
+checksum = "176a97e524a9cfa38393fae75c97d249cf41742fc40664529206c5249c12b599"
dependencies = [
"anyhow",
"base64 0.21.0",
"deno_ast",
"deno_graph",
+ "deno_npm",
+ "deno_semver",
"futures",
"hashlink",
"serde",