diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-21 16:58:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 21:58:37 +0000 |
| commit | 190776f30d8a3900c03e097ed4b9209db447301b (patch) | |
| tree | 790620568533a508dd479944c6f03dacbe904908 /Cargo.toml | |
| parent | 76ebf567e25d0b7f3ed365dd2da336a9b5768fad (diff) | |
perf: linter lsp memory leak fix and deno_graph executor (#22519)
Updates dependent crates which includes an investigation fix by @irbull
in Deno's LSP when linting code. Huge thanks to Ian for tracking down
this issue.
Also includes Divy's deno_graph executor change, which reduces memory
usage when loading jsr specifiers and makes them faster.
Co-authored-by: irbull <irbull@users.noreply.github.com>
Co-authored-by: littledivy <littledivy@users.noreply.github.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 5ea993f05..7f158a776 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "0.33.2", features = ["transpiling"] } +deno_ast = { version = "0.34.0", features = ["transpiling"] } deno_core = { version = "0.264.0", features = ["snapshot_data_bincode"] } deno_bench_util = { version = "0.132.0", path = "./bench_util" } |
