From fcafdea5be387f55844389f028f10e5c17c9ebf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:56:33 +0000 Subject: [PATCH] Update html2text requirement from 0.6.0 to 0.9.4 Updates the requirements on [html2text](https://github.com/jugglerchris/rust-html2text) to permit the latest version. - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md) - [Commits](https://github.com/jugglerchris/rust-html2text/compare/0.6.0...0.9.4) --- updated-dependencies: - dependency-name: html2text dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf152e5..df2ae28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ cookie = "0.17.0" colci = "0.1.0" log = "0.4.11" env_logger = "0.10.0" -html2text = "0.6.0" +html2text = "0.9.4" spinners = "1.2.0" dirs = "5.0.1" serde_repr = "0.1.6"