diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2020-05-10 08:49:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 08:49:00 -0400 |
commit | e9318aa2c0b64282a53d59bfe3c5b6bee224bf39 (patch) | |
tree | 23d6f7683c8c2c03a11493edb636baa63366ba87 /cli | |
parent | 45f9b32ef0416e0477e9f5335df49ca3cccdb6eb (diff) |
Update to dprint 0.17.2 (#5195)
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 6d1b5b0f4..e8c9e3bf9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.3.4" clap = "2.33.0" dirs = "2.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "0.16.0" +dprint-plugin-typescript = "0.17.2" futures = { version = "0.3.4", features = ["compat", "io-compat"] } glob = "0.3.0" http = "0.2.1" |