summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-10-04 01:01:34 +0200
committerGitHub <noreply@github.com>2023-10-03 23:01:34 +0000
commit494822175fd69f8c20a2e21ddcedcb3287064cce (patch)
tree3b206de01405e82b0d038f652ff18d9c1d41283d /Cargo.toml
parent54fcf539c86b0e5ebdc0b990054e206007ada58d (diff)
chore: upgrade deno_core to 0.220.0 (#20766)
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 c978464d9..190568688 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.29.3", features = ["transpiling"] }
-deno_core = { version = "0.218.0" }
+deno_core = { version = "0.220.0" }
deno_runtime = { version = "0.128.0", path = "./runtime" }
napi_sym = { version = "0.50.0", path = "./cli/napi/sym" }