chiark / gitweb /
Update to the latest html2text.
authorSimon Tatham <anakin@pobox.com>
Sat, 13 Jan 2024 14:09:33 +0000 (14:09 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 13 Jan 2024 14:09:33 +0000 (14:09 +0000)
Chris just announced it. This time I don't know of any feature I'm
desperately missing, but bug fixes are always helpful.

Cargo.toml

index 65d4ce2912daf24d0b0cc1e6c3ff17ea694e496f..38a73fe62735725bd9126773d730b6e686f1b184 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.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"] }