diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-07-01 11:22:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 11:22:28 -0400 |
commit | 899470addc1fe9653f293ef9b85d42ab6d927bc1 (patch) | |
tree | 1e338baea922061c242c267615b11f379be8d9aa /cli | |
parent | 32b9aa5720dfdedbf0e0c2f3ae0fadb80994849e (diff) |
chore: update dprint-plugin-json to remove duplicate dprint-core dependency (#11209)
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 d72ff892d..cedb9750c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -52,7 +52,7 @@ byteorder = "1.4.3" clap = "2.33.3" data-url = "0.1.0" dissimilar = "1.0.2" -dprint-plugin-json = "0.12.0" +dprint-plugin-json = "0.12.1" dprint-plugin-markdown = "0.9.1" dprint-plugin-typescript = "0.47.0" encoding_rs = "0.8.28" |