diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-11-01 20:25:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-01 20:25:09 +0100 |
| commit | 1d19b1011bd7df50598f5981408c2d78c35b76d2 (patch) | |
| tree | fd08d835b76abb0b95f88fa666580b251ae2aa50 /Cargo.toml | |
| parent | 01d3e0f317ca180bbf0ac8a17c6651869110e02f (diff) | |
chore: upgrade deno_core (#21036)
Updated to deno_core 0.224.0 and V8 12.0.
---------
Co-authored-by: Aapo Alasuutari <aapo.alasuutari@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index d6c8c81cd..a0a6f56dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,8 +39,8 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "0.31.0", features = ["transpiling"] } -deno_core = { version = "0.223.0" } +deno_ast = { version = "0.31.2", features = ["transpiling"] } +deno_core = { version = "0.224.0" } deno_runtime = { version = "0.129.0", path = "./runtime" } napi_sym = { version = "0.51.0", path = "./cli/napi/sym" } |
