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 | |
parent | 4b131d24a75ba6449c67461da4e5cf004bf865d1 (diff) |
feat(fmt): upgrade markup_fmt (#25768)
Fixes #25259
Fixes #25687
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | cli/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7033b8667..d585cc1ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4341,9 +4341,9 @@ dependencies = [ [[package]] name = "markup_fmt" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33edf0c364d53d5518cf663824e7d5d5339c844daa54bb0208bee5202dde88f1" +checksum = "74fc137a4a591720176339bf7e857586a48ff35c0caee7ad6cf709327901232c" dependencies = [ "aho-corasick", "css_dataset", 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 |