diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index b37206631..0ab8455f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.29.3", features = ["transpiling"] } -deno_core = { version = "0.217.0" } +deno_core = { version = "0.218.0" } deno_runtime = { version = "0.127.0", path = "./runtime" } napi_sym = { version = "0.49.0", path = "./cli/napi/sym" } |
