diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-06-14 22:52:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-14 23:52:21 +0200 |
| commit | 184a85eaecbe7055b5b3969391f49c4723ac44fb (patch) | |
| tree | ad6f5b030f57036d299b495191cc19b41dfd97f2 /Cargo.toml | |
| parent | 9092a23619c3b497342561e1c28444cf0308d9be (diff) | |
fix(inspector): crash on "Debugger.setBlackboxPatterns" (#24204)
Closes https://github.com/denoland/deno/issues/24196
---------
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
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 c301c1749..bba40ecc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "=0.39.2", features = ["transpiling"] } -deno_core = { version = "0.288.0" } +deno_core = { version = "0.289.0" } deno_bench_util = { version = "0.150.0", path = "./bench_util" } deno_lockfile = "0.20.0" |
