diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2020-06-03 15:36:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 21:36:55 +0200 |
commit | fcae2fec879caf26ebe7af17b30a3bce6322b85d (patch) | |
tree | f761f235986a5b5bddc7d4244766e7b5feec8bb0 /cli | |
parent | 94bf551ead0ab5dc922cb61d13b3141896d5a8ae (diff) |
Upgrade to swc_ecma_parser 0.24.5 (#6077)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 77a1b64b0..d6176bcf6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -29,7 +29,7 @@ byteorder = "1.3.4" clap = "2.33.1" dirs = "2.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "0.19.1" +dprint-plugin-typescript = "0.19.2" futures = { version = "0.3.5", features = ["compat", "io-compat"] } glob = "0.3.0" http = "0.2.1" |