diff --git a/Cargo.lock b/Cargo.lock index d858739..3244ac5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7527,9 +7527,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.12.2" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" +checksum = "83c41efbf8f90ac44de7f3a868f0867851d261b56291732d0cbf7cceaaeb55a6" dependencies = [ "bitflags 2.10.0", "getopts", diff --git a/crates/terraphim_desktop_gpui/Cargo.toml b/crates/terraphim_desktop_gpui/Cargo.toml index 5ca8755..bd6ccf0 100644 --- a/crates/terraphim_desktop_gpui/Cargo.toml +++ b/crates/terraphim_desktop_gpui/Cargo.toml @@ -79,7 +79,7 @@ ahash = "0.8.11" lru = "0.12" # Markdown rendering -pulldown-cmark = "0.12" +pulldown-cmark = "0.13" # LSP types for Input completion provider lsp-types = "0.97.0" diff --git a/crates/terraphim_tui/Cargo.toml b/crates/terraphim_tui/Cargo.toml index c0f9e30..3c11ab5 100644 --- a/crates/terraphim_tui/Cargo.toml +++ b/crates/terraphim_tui/Cargo.toml @@ -32,7 +32,7 @@ jiff = "0.2" urlencoding = "2.1" ahash = "0.8" terraphim_update = { path = "../terraphim_update", version = "1.0.0" } -pulldown-cmark = { version = "0.12", default-features = false, features = ["html"] } +pulldown-cmark = { version = "0.13", default-features = false, features = ["html"] } handlebars = "6.0" regex = "1.0" walkdir = "2.0"