diff --git a/Cargo.lock b/Cargo.lock index 99e9cb8f0c..a5d5c6f252 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1895,9 +1895,9 @@ dependencies = [ [[package]] name = "minimad" -version = "0.14.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df8b688969b16915f3ecadc7829d5b7779dee4977e503f767f34136803d5c06f" +checksum = "de632ee829aec3a874d18a4192eae64a0460b3a45c54ed556b334f6fe5a1d62f" dependencies = [ "once_cell", ] @@ -3340,9 +3340,9 @@ dependencies = [ [[package]] name = "termimad" -version = "0.34.1" +version = "0.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "889a9370996b74cf46016ce35b96c248a9ac36d69aab1d112b3e09bc33affa49" +checksum = "d53d4b1294b87e81925b7ae7f8f4d000376e3a5b3349d978429665428a793fcb" dependencies = [ "coolor", "crokey", diff --git a/Cargo.toml b/Cargo.toml index 2759914ce2..2c48bf5747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -220,7 +220,7 @@ which = "8.0.2" # Cross-platform path canonicalization that avoids Windows verbatim paths (\\?\) # which external tools like git cannot handle. On Unix, it's a no-op wrapper. dunce = "1.0" -termimad = { version = "0.34.1", optional = true } +termimad = { version = "0.35.1", optional = true } urlencoding = "2.1" regex = "1.12.3" ignore = "0.4" diff --git a/src/md_help.rs b/src/md_help.rs index d3846e46ab..a87fefeacb 100644 --- a/src/md_help.rs +++ b/src/md_help.rs @@ -302,19 +302,7 @@ fn render_table_with_termimad(lines: &[&str], indent: &str, max_width: Option