From: Simon Tatham Date: Tue, 2 Jan 2024 17:30:34 +0000 (+0000) Subject: Update html2text to 0.10.1. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=d3ac415077ae1aaf0e398929d289122360f9cd72;p=mastodonochrome.git Update html2text to 0.10.1. Chris has released a version containing my pull request that supports the tag, which I encountered in a toot last month. --- diff --git a/Cargo.toml b/Cargo.toml index 637fc79..daf2e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"