From 146271b1a7f316400922581de46d8df9f037c524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 07:05:30 +0000 Subject: [PATCH] build(deps): bump html2text from 0.16.4 to 0.16.5 Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.16.4 to 0.16.5. - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md) - [Commits](https://github.com/jugglerchris/rust-html2text/compare/release_0.16.4...release_0.16.5) --- updated-dependencies: - dependency-name: html2text dependency-version: 0.16.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 240bd30..8884719 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -801,9 +801,9 @@ dependencies = [ [[package]] name = "html2text" -version = "0.16.4" +version = "0.16.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1418e1f5886c4a3ac23a22a5590a4907935f13edb0526593dc02a769eecefdbe" +checksum = "89f3074c1e4a7c4b4f7aca411a610e0f2f27e16d571d0e584524b66c93204100" dependencies = [ "html5ever", "tendril", diff --git a/Cargo.toml b/Cargo.toml index ba6b54d..efbd157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ reqwest = { version = "0.12", features = ["json"] } serde = "1.0.228" serde_json = "1.0" redis = { version = "0.25.4", features = ["tokio-comp", "connection-manager"] } -html2text = "0.16.4" +html2text = "0.16.5"