summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-09 17:25:10 +0100
committerGitHub <noreply@github.com>2024-01-09 17:25:10 +0100
commitcd43d2b8771e59bb454c20b1504ad4176d195e87 (patch)
treea7cd787e1033864a7e9f55b777e58c0dfec18c16 /Cargo.toml
parent6db631a432ee916380b62770357adb46edd7c281 (diff)
chore: upgrade deno_core to 0.244.0 (#21859)
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 5d388196b..fa2622ef7 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.243.0" }
+deno_core = { version = "0.244.0" }
deno_runtime = { version = "0.138.0", path = "./runtime" }
napi_sym = { version = "0.60.0", path = "./cli/napi/sym" }