From 1f1cf752af34a196cc045fcf3a55d997c9d195e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:12:00 +0000 Subject: [PATCH] Update html2text requirement from 0.6.0 to 0.12.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.12.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 162807c..0b1aee1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ indoc = "2.0" tempfile = "3" # for examples: femme = "2.2.1" -html2text = "0.6.0" +html2text = "0.12.4" [build-dependencies.skeptic] version = "0.13"