diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-07-31 13:09:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 17:09:13 +0000 |
commit | 6b74a6f0b6ce8bf8e41a19ab771d1a051cb34467 (patch) | |
tree | 12358ed438af3d32c1064514fbae0d775baa34d9 | |
parent | dfd8b54938f3cd376ab7e501cadfffed7d357334 (diff) |
chore: upgrade dprint-plugin-exec to 0.4.3 (#20001)
-rw-r--r-- | .dprint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dprint.json b/.dprint.json index 7157e8157..6def37f58 100644 --- a/.dprint.json +++ b/.dprint.json @@ -59,6 +59,6 @@ "https://plugins.dprint.dev/json-0.17.4.wasm", "https://plugins.dprint.dev/markdown-0.15.3.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", - "https://plugins.dprint.dev/exec-0.4.2.json@ca3c3d1cc1105b4ac1c31afdb26791a90209f13a5950f8de00dcab5e5ee293a7" + "https://plugins.dprint.dev/exec-0.4.3.json@42343548b8022c99b1d750be6b894fe6b6c7ee25f72ae9f9082226dd2e515072" ] } |