summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-06-11 18:42:38 +0530
committerGitHub <noreply@github.com>2024-06-11 15:12:38 +0200
commit17e121925013c48db7fd1f45e48442a64ddbe58b (patch)
tree81570000aea0d81406ec9e08e9b7fc4146cbb5f2 /Cargo.toml
parent4bc96c5d2ab46ff3ca1af1524c1913c2a5f2745c (diff)
chore: upgrade deno_core (#24146)
With changes for https://github.com/denoland/deno_core/pull/778
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b1d807d96..e79c943bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "=0.39.1", features = ["transpiling"] }
-deno_core = { version = "0.287.0" }
+deno_core = { version = "0.288.0" }
deno_bench_util = { version = "0.149.0", path = "./bench_util" }
deno_lockfile = "0.20.0"