diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2020-06-03 11:24:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 17:24:25 +0200 |
commit | 445e44199b3ce4edb4468176a317aafdaae15517 (patch) | |
tree | 7835cb8da27739e3ea1b5c2c2dbec78be441ab47 /cli | |
parent | 041ccb6a0d658a7ba393b2cfe86579b2dc4945b7 (diff) |
Update to dprint 0.19.1 and swc_ecma_parser 0.24.3 (#6068)
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 02b464240..df90d9f15 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.0" +dprint-plugin-typescript = "0.19.1" futures = { version = "0.3.5", features = ["compat", "io-compat"] } glob = "0.3.0" http = "0.2.1" |