diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-04-13 01:15:38 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-12 21:45:38 +0200 |
| commit | c56f2e0fc04f12d3a69c1892d8866323995f3be4 (patch) | |
| tree | f7bb0d74b09e0627bd21028b7a1f9ff71ed1d136 /Cargo.toml | |
| parent | 4b62cb54dd135dce494dfe9ddadb87143caf8aa4 (diff) | |
chore: upgrade deno_core to 0.274.0 (#23344)
Signed-off-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 2e39bc598..60b8f117d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.36.1", features = ["transpiling"] } -deno_core = { version = "0.272.0" } +deno_core = { version = "0.274.0" } deno_bench_util = { version = "0.140.0", path = "./bench_util" } deno_lockfile = "0.19.0" |
