summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2023-08-06 00:00:38 +0100
committerGitHub <noreply@github.com>2023-08-05 23:00:38 +0000
commitb96f28306490a56aac91b8ef06b35ebdc7f41b63 (patch)
tree742499afe4b3f4b82f125fc7785fb46632fea22f /Cargo.toml
parent85a2b281f566d3404d23852ae29d4a75d020dd5e (diff)
refactor: remove snapshot_module_load_cb (#20043)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 852cfe0c2..1d9c54924 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,9 +41,7 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.74.1", default-features = false }
deno_ast = { version = "0.27.0", features = ["transpiling"] }
-deno_core = "0.199.0"
-deno_ops = "0.77.0"
-serde_v8 = "0.110.0"
+deno_core = "0.200.0"
deno_runtime = { version = "0.122.0", path = "./runtime" }
napi_sym = { version = "0.44.0", path = "./cli/napi/sym" }