summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsnek <snek@deno.com>2024-07-01 15:48:52 -0700
committerGitHub <noreply@github.com>2024-07-01 15:48:52 -0700
commita555cb4d1d3c04a4bdc0e04d20d23b157cef3b92 (patch)
tree9ebedb3c3cc499026f84053e6774a10ae19b2f75 /Cargo.toml
parent740c6a0998fb5873d0b9bf804b2f9c9730743e90 (diff)
feat: upgrade deno_core (#24364)
- Symbol.asyncDispose no longer needs to be polyfilled - assorted updates for cppgc api changes
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 85a052d08..293d6b440 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "=0.39.2", features = ["transpiling"] }
-deno_core = { version = "0.291.0" }
+deno_core = { version = "0.292.0" }
deno_bench_util = { version = "0.152.0", path = "./bench_util" }
deno_lockfile = "0.20.0"