diff options
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 5fd27f79d..b3b96c85f 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.280.0" } +deno_core = { version = "0.282.0" } deno_bench_util = { version = "0.147.0", path = "./bench_util" } deno_lockfile = "0.19.0" |