summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-10-15 18:26:49 +0530
committerGitHub <noreply@github.com>2024-10-15 14:56:49 +0200
commite4b52f5a7684cfb6754f2531e51f833a64d97d7b (patch)
tree7b8681bc2c289b8ae0e2f08a54f19b622d278596 /Cargo.toml
parentc7153838ec332d474c32b464b94f99382028bbbc (diff)
fix: panic in `prepare_stack_trace_callback` when global interceptor throws (#26241)
Fixes https://github.com/denoland/deno/issues/26240 Fixes https://github.com/denoland/deno/pull/24985#issuecomment-2365460210 Fix panic when a global interceptor is misconfigured or throws an exception. Updates deno_core to 0.313.0
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 a4ec99953..502b7b7d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "=0.42.2", features = ["transpiling"] }
-deno_core = { version = "0.312.0" }
+deno_core = { version = "0.313.0" }
deno_bench_util = { version = "0.165.0", path = "./bench_util" }
deno_lockfile = "=0.23.1"