diff options
author | 木杉 <zhmushan@qq.com> | 2020-02-21 13:13:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 00:13:11 -0500 |
commit | 6dd964384509e71598d08ae09c59f5f2c035a135 (patch) | |
tree | 6fd509a698fca61157747a6881efd0a240c26e02 /cli | |
parent | a0d3b4ebc509d9e5dfca555084fd1100e114664a (diff) |
upgrade: dprint 0.6.1 (#4061)
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 435094987..7f825fd41 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -35,7 +35,7 @@ brotli2 = "0.3.2" clap = "2.33.0" dirs = "2.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "0.6.0" +dprint-plugin-typescript = "0.6.1" futures = { version = "0.3.1", features = [ "compat", "io-compat" ] } glob = "0.3.0" http = "0.2.0" |