chiark / gitweb /
Update html2text to 0.10.1.
authorSimon Tatham <anakin@pobox.com>
Tue, 2 Jan 2024 17:30:34 +0000 (17:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 2 Jan 2024 18:17:18 +0000 (18:17 +0000)
Chris has released a version containing my pull request that supports
the <del> tag, which I encountered in a toot last month.

Cargo.toml

index 637fc79f9eea534135727c1a361a3501d7de7481..daf2e3ce6f13b0b5b3955ba4e9aa0ca1499a5841 100644 (file)
@@ -8,7 +8,7 @@ edition = "2021"
 chrono = { version = "0.4.31", features = ["serde"] }
 clap = { version = "4.4.12", features = ["derive"] }
 crossterm = "0.27.0"
-html2text = { version = "0.9.2", features = ["css"] }
+html2text = { version = "0.10.1", features = ["css"] }
 itertools = "0.12.0"
 lazy_static = "1.4.0"
 ratatui = "0.25.0"