summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-10-25 11:55:57 -0400
committerGitHub <noreply@github.com>2022-10-25 11:55:57 -0400
commite203bd9c5a4eb1b338c94bdcd4b2e91e7e1c5168 (patch)
treea3dbebd1d701c7c84813e7eb2cf59d90fc4b6419 /core
parent606db35ccbe8e3c1ce93ae943a2f9850558400af (diff)
fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 9540157ac..d3b2e5272 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -42,5 +42,5 @@ path = "examples/http_bench_json_ops.rs"
# These dependencies are only used for the 'http_bench_*_ops' examples.
[dev-dependencies]
-deno_ast = { version = "0.19.0", features = ["transpiling"] }
+deno_ast = { version = "0.20.0", features = ["transpiling"] }
tokio = { version = "1.21", features = ["full"] }