summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-02-26 05:50:53 -0500
committerGitHub <noreply@github.com>2020-02-26 11:50:53 +0100
commit3eebef39c55ead92d17bdf8016c3c58118b49936 (patch)
tree2c1571699e3a2cd0f0f6833b6fcdb2aab3f17923 /cli/Cargo.toml
parent3d03d7e83b855a0eaef083f9ba249b1927eba51c (diff)
upgrade: dprint 0.7.0 (#4130)
* upgrade: dprint 0.7.0 Also make deno fmt less verbose (like cargo fmt)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index f09f8b6e4..976d87cfa 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -33,7 +33,7 @@ byteorder = "1.3.2"
clap = "2.33.0"
dirs = "2.0.2"
dlopen = "0.1.8"
-dprint-plugin-typescript = "0.6.1"
+dprint-plugin-typescript = "0.7.0"
futures = { version = "0.3.1", features = [ "compat", "io-compat" ] }
glob = "0.3.0"
http = "0.2.0"