summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-09-13 16:01:31 -0600
committerGitHub <noreply@github.com>2023-09-13 22:01:31 +0000
commit81d50e1b6685a12a4f43693e695073a97f79264b (patch)
tree9a9be134f1f37b11c8521bd1ff7a07d330b6f1a5 /Cargo.toml
parent12a75e3b4328dd36a63799262b2e252f9fb9d58e (diff)
chore: bump deno_core and cargo update (#20480)
Bump deno_core, pulling in new rusty_v8. Requires some op2/deprecation fixes.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c5707de53..595df1b87 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.29.1", features = ["transpiling"] }
-deno_core = { version = "0.209.0" }
+deno_core = { version = "0.210.0" }
deno_runtime = { version = "0.126.0", path = "./runtime" }
napi_sym = { version = "0.48.0", path = "./cli/napi/sym" }