diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-06-09 12:38:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 16:38:38 +0000 |
commit | 748a102919a35d7f99db35f558e87e0904b1890b (patch) | |
tree | eeea2462f46bff8627b4b1c7be781ed4871c3437 /cli | |
parent | a4c760702bde487b34f2a0c655e17b17c5f171dc (diff) |
fix(fmt): do not panic formatting json with multiple values (#19442)
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 3e2e6440c..34720bbcc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -66,7 +66,7 @@ clap_complete_fig = "=4.1.2" console_static_text.workspace = true data-url.workspace = true dissimilar = "=1.0.4" -dprint-plugin-json = "=0.17.3" +dprint-plugin-json = "=0.17.4" dprint-plugin-markdown = "=0.15.3" dprint-plugin-typescript = "=0.85.0" encoding_rs.workspace = true |