From: Simon Tatham Date: Sat, 13 Jan 2024 14:09:33 +0000 (+0000) Subject: Update to the latest html2text. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ca1fd3fce160b8124fb03d36d945699aecdc2ac9;p=mastodonochrome.git Update to the latest html2text. Chris just announced it. This time I don't know of any feature I'm desperately missing, but bug fixes are always helpful. --- diff --git a/Cargo.toml b/Cargo.toml index 65d4ce2..38a73fe 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.10.1", features = ["css"] } +html2text = { version = "0.11.0", features = ["css"] } itertools = "0.12.0" lazy_static = "1.4.0" parse_link_header = { version = "0.3.3", features = ["url"] }