diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-09 20:01:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-10 01:01:33 +0100 |
| commit | dad8036766dca3417b79858b9a04d90447f88605 (patch) | |
| tree | b0b5a5d5c83992af760d095ec59f957c7e60d6e4 /cli | |
| parent | b7eb241c3569ead990d28b4f4889c2c52fc7894c (diff) | |
upgrade: dprint 0.8.0 (#4308)
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 2318699f1..05081932f 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.7.0" +dprint-plugin-typescript = "0.8.0" futures = { version = "0.3.4", features = [ "compat", "io-compat" ] } glob = "0.3.0" http = "0.2.0" |
