From 808421d2ed3ccb215e635ba55dfef8ca5841751e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:10:47 +0000 Subject: [PATCH] deps(deps): update html2text requirement from 0.12 to 0.17 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.12.0...release_0.17.1) --- updated-dependencies: - dependency-name: html2text dependency-version: 0.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/repos-fix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repos-fix/Cargo.toml b/plugins/repos-fix/Cargo.toml index 0cd15de..6b11a8c 100644 --- a/plugins/repos-fix/Cargo.toml +++ b/plugins/repos-fix/Cargo.toml @@ -18,7 +18,7 @@ tokio = { version = "1.0", features = ["full"] } walkdir = "2.5" regex = "1.10" tempfile = "3.10" -html2text = "0.12" +html2text = "0.17" url = "2.5" base64 = "0.22" minijinja = "2.0"