diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 3a4a55f..d8ff9e6 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -17,7 +17,7 @@ structopt = "0.3" swc_atoms = "0.6.5" swc_common = "0.33.10" swc_ecma_ast = "0.112" -swc_ecma_parser = "0.143" +swc_ecma_parser = "0.149" wagen = "0.1" log = "0.4" tempfile = "3"