diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2024-02-04 17:03:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-04 17:03:14 -0700 |
| commit | 56f58a047e3c1cc27ff55988f25173cc18ef6aeb (patch) | |
| tree | 2a7a288c385d54d1384c00c20cdbc168a046218f /Cargo.toml | |
| parent | 0f7f98795129f3f6bef51d08da9accca5e9ca9cc (diff) | |
chore: bump deno core (#22243)
Migrations:
- Error registration no longer required for Interrupted or BadResource
(these are core exception)
- `include_js_files!`/`ExtensionFileSource` changes
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 21340ef4e..fbcd2d41f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.32.0", features = ["transpiling"] } -deno_core = { version = "0.257.0" } +deno_core = { version = "0.258.0" } deno_bench_util = { version = "0.130.0", path = "./bench_util" } deno_lockfile = "0.18.0" |
