summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-27 01:44:36 +0100
committerGitHub <noreply@github.com>2024-09-26 20:44:36 -0400
commit09a7cc4723eab0cf80cb18897fa372faa9de5b03 (patch)
treeb360a8548987261a262383091245a60f46111634 /Cargo.lock
parenteff64238b6c18ba3718c22c3b75a4618412c39e5 (diff)
refactor(fmt): rewrite HTML syntax error handling (#25892)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 063811848..a1a02e3e4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4342,9 +4342,9 @@ dependencies = [
[[package]]
name = "markup_fmt"
-version = "0.13.0"
+version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74fc137a4a591720176339bf7e857586a48ff35c0caee7ad6cf709327901232c"
+checksum = "9dab5ae899659fbe5c8835b2c8ca8d3e357974a3e454138925b404004973361f"
dependencies = [
"aho-corasick",
"css_dataset",