From 1339015f632b00a1d247044d45a4ea3ac361183a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:00:50 +0000 Subject: [PATCH] Update html2text requirement from 0.5.0 to 0.6.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.5.0...0.6.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 4007794..22d238d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ skeptic = "0.13" tempfile = "3" # for examples: femme = "2.2.1" -html2text = "0.5.0" +html2text = "0.6.0" [dev-dependencies.criterion] version = "0.4.0" features = ["async_tokio"]