Chris has released a version containing my pull request that supports
the <del> tag, which I encountered in a toot last month.
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"