diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-07-25 02:36:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 03:36:34 +0200 |
| commit | 5f5f662a68c1425ce5080bc430e72364d4055af4 (patch) | |
| tree | 2d54ba32e8892eff84ddaaf7fb5aabda273a5a6c /Cargo.toml | |
| parent | f248050cb467eaed8d65428b8808254e26797cc5 (diff) | |
fix: upgrade deno_core to 0.298.0 (#24709)
Fixes percent-encoded filenames in stack traces:
- https://github.com/denoland/deno_core/pull/759
Closes #18983
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 dca672d32..1e9f53e46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "=0.40.0", features = ["transpiling"] } -deno_core = { version = "0.297.0" } +deno_core = { version = "0.298.0" } deno_bench_util = { version = "0.156.0", path = "./bench_util" } deno_lockfile = "0.20.0" |
