summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-04-21 17:16:25 -0400
committerGitHub <noreply@github.com>2023-04-21 21:16:25 +0000
commitcf9fb18494d67526eb910cad68f8b364432fe584 (patch)
treefb06a0cc81b30cc6bf2230dfcfdc643b6458f007 /Cargo.toml
parent4a33c349afd4b2728eb8c3c29676651353282d3b (diff)
feat: upgrade deno_ast to 0.26 (#18795)
Closes #18792
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 cc693c5e6..de656e81e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
v8 = { version = "0.68.0", default-features = false }
-deno_ast = { version = "0.25.0", features = ["transpiling"] }
+deno_ast = { version = "0.26.0", features = ["transpiling"] }
deno_core = { version = "0.181.0", path = "./core" }
deno_ops = { version = "0.59.0", path = "./ops" }