From 0650f4d872ced5cd3b38dc5a904ea159f0a93b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:31:44 +0000 Subject: [PATCH] Update html2text requirement from 0.6.0 to 0.9.0 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.0) --- 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..910018c 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.0" spinners = "1.2.0" dirs = "5.0.1" serde_repr = "0.1.6"