From 6f3b6f353b74b2aab7b02488a0ab75d753864db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:13:40 +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 3.6.7 to 3.6.20 - [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/v3.6.7...v3.6.20) --- updated-dependencies: - dependency-name: html-to-markdown-rs dependency-version: 3.6.20 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 28a8760..2791df4 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1623,9 +1623,9 @@ dependencies = [ [[package]] name = "html-to-markdown-rs" -version = "3.6.7" +version = "3.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e3328a52c0457f3a65cb0a86a77e118bd6c6a6880170ed01b2733a989934806" +checksum = "57ca565417d4bf86c3c255e79ac043316907903b0f875f195b51334b33674ce2" dependencies = [ "ahash", "astral-tl",