summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-03 02:34:41 +0100
committerGitHub <noreply@github.com>2024-01-03 01:34:41 +0000
commit1ee01d57d6cd207f0cc0bfa5c0b1ef884b8a5216 (patch)
tree44e18008ed61d8b1ac2f421a67f792905f4ec836 /Cargo.toml
parent261f32ef651a6515fbac664302adcfbe34a04372 (diff)
chore: upgrade deno_core to 0.241.0 (#21765)
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 4fc7f3471..ed1f0642a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.31.6", features = ["transpiling"] }
-deno_core = { version = "0.240.0" }
+deno_core = { version = "0.242.0" }
deno_runtime = { version = "0.137.0", path = "./runtime" }
napi_sym = { version = "0.59.0", path = "./cli/napi/sym" }