From 3f8d300fd00198620a383ac597e0a621b8a094e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:41:28 +0000 Subject: [PATCH] Updated:(deps): Bump html-to-markdown-rs Bumps the patch-updates group in /src with 1 update: [html-to-markdown-rs](https://github.com/kreuzberg-dev/html-to-markdown). Updates `html-to-markdown-rs` from 2.28.1 to 2.28.2 - [Release notes](https://github.com/kreuzberg-dev/html-to-markdown/releases) - [Changelog](https://github.com/kreuzberg-dev/html-to-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/kreuzberg-dev/html-to-markdown/compare/v2.28.1...v2.28.2) --- updated-dependencies: - dependency-name: html-to-markdown-rs dependency-version: 2.28.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- src/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index 0446d225..13f8d851 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1460,9 +1460,9 @@ dependencies = [ [[package]] name = "html-to-markdown-rs" -version = "2.28.1" +version = "2.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9acd7c0cb550ef05c40eed72a866a220c64c1b37b3ff57ae53064a8e47e3552d" +checksum = "3f9377e16af590b764fd98fd176027cf8831c5335f8964f3f643753e38913a4e" dependencies = [ "ahash", "astral-tl",