diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-03-29 01:04:18 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 10:04:18 -0400 |
commit | 1397b8e0e7c85762e19d88fde103342bfa563360 (patch) | |
tree | eb4b6df0b61266f273868664a6102cb6f95d09f5 /cli | |
parent | 5837ce464c3283dc13f7bec237902b8c637f462d (diff) |
upgrade: dprint 0.9.6 (#4509)
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 aa4fd15de..1483324bf 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.9.5" +dprint-plugin-typescript = "0.9.6" futures = { version = "0.3.4", features = ["compat", "io-compat"] } glob = "0.3.0" http = "0.2.0" |