diff options
author | Pig Fang <g-plane@hotmail.com> | 2024-09-21 05:11:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 21:11:34 +0000 |
commit | 20ed4f5718d6682fc5e65adf7eac13af3bfe0062 (patch) | |
tree | 8c1e64a7092dafaff45e5320f8ec1ace5fe69432 /cli/Cargo.toml | |
parent | 4b131d24a75ba6449c67461da4e5cf004bf865d1 (diff) |
feat(fmt): upgrade markup_fmt (#25768)
Fixes #25259
Fixes #25687
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 498a8471d..ad0a840fd 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.12.0" +markup_fmt = "=0.13.0" memmem.workspace = true monch.workspace = true notify.workspace = true |