diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-27 18:15:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 23:15:50 +0000 |
commit | e52033f0f71cec42228973a5ae651e47f7762b84 (patch) | |
tree | f529cb46830d84580254d8b1c65d710df61cbba7 /cli | |
parent | 8ce4ddc407219fe724e1df4400ff9b14321e2fd1 (diff) |
fix(fmt/jupyter): handle "source" property that's a string (#21361)
It was corrupting the file.
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bcdd64187..b4f552da4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -82,9 +82,9 @@ data-url.workspace = true dissimilar = "=1.0.4" dotenvy = "0.15.7" dprint-plugin-json = "=0.19.1" -dprint-plugin-jupyter = "=0.1.1" +dprint-plugin-jupyter = "=0.1.2" dprint-plugin-markdown = "=0.16.3" -dprint-plugin-typescript = "=0.88.5" +dprint-plugin-typescript = "=0.88.6" encoding_rs.workspace = true env_logger = "=0.10.0" fancy-regex = "=0.10.0" |