summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-08-31 21:56:25 +0200
committerGitHub <noreply@github.com>2023-08-31 19:56:25 +0000
commitcd0fcc2257198e33c319555091b7081dc8387c8d (patch)
treef998b7e0ed68614d5bdeebd771527e703dc724c3 /Cargo.toml
parentc0dcf6a3571ee04b4826c52d1329804e7c2b02c4 (diff)
chore: upgrade deno_core to 0.208.0 (#20340)
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 0de04bbcf..f3dc07f46 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.28.0", features = ["transpiling"] }
-deno_core = { version = "0.207.0" }
+deno_core = { version = "0.208.0" }
deno_runtime = { version = "0.125.0", path = "./runtime" }
napi_sym = { version = "0.47.0", path = "./cli/napi/sym" }