summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-10-24 17:43:19 -0400
committerGitHub <noreply@github.com>2023-10-24 21:43:19 +0000
commit59a5fe530f92e4207cc30be24158c0a809e37e5b (patch)
treeaeb392146e7f24c5a0a712e1fe3014f8c63ce36a /Cargo.toml
parenta7bd0cf7a890eff0133242d09e71b2783350fd23 (diff)
refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)
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 25630b007..36e0a99a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno"
[workspace.dependencies]
-deno_ast = { version = "0.30.2", features = ["transpiling"] }
+deno_ast = { version = "0.31.0", features = ["transpiling"] }
deno_core = { version = "0.222.0" }
deno_runtime = { version = "0.129.0", path = "./runtime" }