diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-27 01:44:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 20:44:36 -0400 |
commit | 09a7cc4723eab0cf80cb18897fa372faa9de5b03 (patch) | |
tree | b360a8548987261a262383091245a60f46111634 /cli/Cargo.toml | |
parent | eff64238b6c18ba3718c22c3b75a4618412c39e5 (diff) |
refactor(fmt): rewrite HTML syntax error handling (#25892)
Diffstat (limited to 'cli/Cargo.toml')
-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 b4fd053d7..21affb900 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -124,7 +124,7 @@ libz-sys.workspace = true log = { workspace = true, features = ["serde"] } lsp-types.workspace = true malva = "=0.10.1" -markup_fmt = "=0.13.0" +markup_fmt = "=0.13.1" memmem.workspace = true monch.workspace = true notify.workspace = true |