diff options
author | Pig Fang <g-plane@hotmail.com> | 2024-10-31 21:50:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 14:50:58 +0100 |
commit | 56f25af2c7b8b158ae21271c129ea0f0bf3c258f (patch) | |
tree | d644c31605c2ba63acc788369578ca293cec7ca0 /Cargo.lock | |
parent | 2f0c25d33fc0c8bb8e6e92826b2549f429d68d42 (diff) |
fix(fmt): fix several HTML and components issues (#26654)
Fix #26245
Close #26324
Fix #26508
Fix #26540
Fix #26562
---------
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3fa620384..e0780b226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4311,9 +4311,9 @@ dependencies = [ [[package]] name = "markup_fmt" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f15d7b24ae4ea9b87279bc0696462a4fb6c2168847f2cc162a2da05fe1a0f61" +checksum = "ebae65c91eab3d42231232bf48107f351e5a8d511454927218c53aeb68bbdb6f" dependencies = [ "aho-corasick", "css_dataset", |