summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-06-08 03:19:23 +0100
committerGitHub <noreply@github.com>2024-06-08 07:49:23 +0530
commit22d34f7012c48a25435b38c0c306085c614bbea7 (patch)
treee2645452ac7584ae0957ff2ea1552fe901a40116 /Cargo.toml
parent9dc0e33e67d331c7d95b95d5a6eb380d4b9c732e (diff)
chore: upgrade deno_core to 0.287.0 (#24145)
Includes: - [fix: lossily UTF8 decode module source text](https://github.com/denoland/deno_core/commit/ec38e428c6a887ca240068fd37be8ca0de6c2f18) - [fix: `ModuleMap` was not dropped if it had pending futures](https://github.com/denoland/deno_core/commit/5d12f510a1b2db2f6c7def8129c92202ad0f91ff)
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 d3bdf17f2..b1d807d96 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.285.0" }
+deno_core = { version = "0.287.0" }
deno_bench_util = { version = "0.149.0", path = "./bench_util" }
deno_lockfile = "0.20.0"