diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-11-05 14:27:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-05 14:27:36 -0700 |
| commit | 485fade0b6910e29557c6627d37985b47735bf8e (patch) | |
| tree | 0f6c97c135c8a92226caecb363effe7eabf47936 /Cargo.toml | |
| parent | 4530cd5f0d5e6acdbbb11a60eac711d47f274d3f (diff) | |
chore: migrate to new deno_core and metrics (#21057)
- Uses the new OpMetrics system for sync and async calls
- Partial revert of #21048 as we moved Array.fromAsync upstream to
deno_core
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 663fdb5e7..c597abc08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.31.2", features = ["transpiling"] } -deno_core = { version = "0.224.0" } +deno_core = { version = "0.225.0" } deno_runtime = { version = "0.130.0", path = "./runtime" } napi_sym = { version = "0.52.0", path = "./cli/napi/sym" } |
