From d3ac415077ae1aaf0e398929d289122360f9cd72 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 2 Jan 2024 17:30:34 +0000 Subject: [PATCH] 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2