From 0c81705597c6335db40cafb3aa82493d35851427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:37:45 +0000 Subject: [PATCH] deps(deps): update html2text requirement from 0.12 to 0.16 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.16.7) --- updated-dependencies: - dependency-name: html2text dependency-version: 0.16.7 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..391731d 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.16" url = "2.5" base64 = "0.22" minijinja = "2.0"