From 168a3270f4b5e417c5a169a9a2b0a9504c2ecb79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:14:14 +0000 Subject: [PATCH] Update html2text requirement from 0.6.0 to 0.10.2 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.10.2) --- 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..c7d3a8d 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.10.2" spinners = "1.2.0" dirs = "5.0.1" serde_repr = "0.1.6"