summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-06-07 18:47:15 +0100
committerGitHub <noreply@github.com>2024-06-07 17:47:15 +0000
commit9dc0e33e67d331c7d95b95d5a6eb380d4b9c732e (patch)
treec16afd340b086fb2db79c0968557e75841839aa6 /Cargo.toml
parent3735a1a54225a058914f4356c2d271bb12fab6a7 (diff)
fix: upgrade deno_core (#24128)
Includes https://github.com/denoland/deno_core/pull/770 necessary for https://github.com/denoland/deno/pull/24101. Also includes https://github.com/denoland/deno_core/pull/769 that fixes https://github.com/denoland/deno/issues/24098 and https://github.com/denoland/deno/issues/24069 and https://github.com/denoland/deno/issues/24089.
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 26f242036..d3bdf17f2 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.284.0" }
+deno_core = { version = "0.285.0" }
deno_bench_util = { version = "0.149.0", path = "./bench_util" }
deno_lockfile = "0.20.0"