diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-06-07 13:02:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-07 17:02:47 +0000 |
| commit | 78774dd6647aef137b83473ab86c2f0f1a427e86 (patch) | |
| tree | b9258a06968e617198517c21fd25c70df27fd4a3 /Cargo.toml | |
| parent | 708a6196930a1267e577805aed380e3715eaae10 (diff) | |
fix: do not panic linting files with UTF-8 BOM (#24136)
Closes #24122
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 cfb00598c..26f242036 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "=0.39.0", features = ["transpiling"] } +deno_ast = { version = "=0.39.1", features = ["transpiling"] } deno_core = { version = "0.284.0" } deno_bench_util = { version = "0.149.0", path = "./bench_util" } |
