From e203bd9c5a4eb1b338c94bdcd4b2e91e7e1c5168 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 25 Oct 2022 11:55:57 -0400 Subject: fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406) --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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"] } -- cgit v1.2.3