From 3482a16870eb82f28de3091876fcff49c1c414a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:08:12 +0000 Subject: [PATCH] build(deps): bump html2text from 0.16.0 to 0.16.2 Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.16.0 to 0.16.2. - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md) - [Commits](https://github.com/jugglerchris/rust-html2text/compare/release_0.16.0...release_0.16.2) --- updated-dependencies: - dependency-name: html2text dependency-version: 0.16.2 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 545bce6..a3361d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,9 +795,9 @@ dependencies = [ [[package]] name = "html2text" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef65fbb577b8015aad4347acceb438da6793bdc9834944c3dfb6ad24dbef849" +checksum = "8ec3405a4163878f29357e1156eacd5c9d72803b62925f190c865d1cae8105d5" dependencies = [ "html5ever", "tendril", diff --git a/Cargo.toml b/Cargo.toml index 8dd08a4..ac809ec 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.0" +html2text = "0.16.2"