summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-09 20:01:33 -0400
committerGitHub <noreply@github.com>2020-03-10 01:01:33 +0100
commitdad8036766dca3417b79858b9a04d90447f88605 (patch)
treeb0b5a5d5c83992af760d095ec59f957c7e60d6e4 /cli
parentb7eb241c3569ead990d28b4f4889c2c52fc7894c (diff)
upgrade: dprint 0.8.0 (#4308)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
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"