diff options
-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 |