summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurence Rowe <l@lrowe.co.uk>2023-11-30 13:06:16 -0800
committerGitHub <noreply@github.com>2023-11-30 14:06:16 -0700
commit8050cbf39e69c1056eaa95e9e7b0887e50776b40 (patch)
treec0a16efef7ec272036fd1067e69325e0abec18f8 /Cargo.toml
parentffa09541d76a9ad2fc56afee26e33a7c39489f1f (diff)
perf(ext/web): Avoid changing prototype by setting hostObjectBrand directly (#21358)
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 dcbcfa1c3..daaac4d68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.31.6", features = ["transpiling"] }
-deno_core = { version = "0.233.0" }
+deno_core = { version = "0.234.0" }
deno_runtime = { version = "0.133.0", path = "./runtime" }
napi_sym = { version = "0.55.0", path = "./cli/napi/sym" }