summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 733303939..91886a8f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,9 +41,9 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.74.1", default-features = false }
deno_ast = { version = "0.27.0", features = ["transpiling"] }
-deno_core = { version = "0.195.0" }
-deno_ops = { version = "0.72.0" }
-serde_v8 = { version = "0.105.0" }
+deno_core = "0.196.0"
+deno_ops = "0.74.0"
+serde_v8 = "0.107.0"
deno_runtime = { version = "0.120.0", path = "./runtime" }
napi_sym = { version = "0.42.0", path = "./cli/napi/sym" }