summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorud2 <sjx233@qq.com>2024-06-05 07:09:13 +0800
committerGitHub <noreply@github.com>2024-06-05 01:09:13 +0200
commit29a075de2b625e1c893f6fad163a6d6937894a7a (patch)
treebb820ec7ea3b7de99d36618408f9cbba84641390 /Cargo.toml
parent32f655db540a1d1368162f820e17585911c04c27 (diff)
chore(ext/web): use `Error.captureStackTrace` in `DOMException` constructor (#23986)
This makes `DOMException`'s `stack` property behave the same as native errors' – `stack` is now an own accessor property on every instance, and the getter calls `Error.prepareStackTrace`. Upgrades `deno_core` to 0.284.0. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4088950d3..464dc9798 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "=0.38.2", features = ["transpiling"] }
-deno_core = { version = "0.283.0" }
+deno_core = { version = "0.284.0" }
deno_bench_util = { version = "0.148.0", path = "./bench_util" }
deno_lockfile = "0.20.0"