From 338234a284a6e2444a5943b5a51c3dc2378e58da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:54:23 +0000 Subject: [PATCH] Bump html-to-markdown-rs from 3.2.6 to 3.3.3 Bumps [html-to-markdown-rs](https://github.com/kreuzberg-dev/html-to-markdown) from 3.2.6 to 3.3.3. - [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.2.6...v3.3.3) --- updated-dependencies: - dependency-name: html-to-markdown-rs dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 0eab5c9..4dc417e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1533,9 +1533,9 @@ dependencies = [ [[package]] name = "html-to-markdown-rs" -version = "3.2.6" +version = "3.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc4b9f5076d013aac34a0369c73035cf68f3d9e0771ce96a99e5a02e7e3bf9d4" +checksum = "9451a842dd9316c9762a1c2c1d496df9db4db29e702e22f7a3fca210636ed4f9" dependencies = [ "ahash", "astral-tl", diff --git a/Cargo.toml b/Cargo.toml index 2ff1444..a4b06a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ urlencoding = { version = "2.1.3" } base64 = { version = "0.22.1" } bytes = { version = "1.11.1" } human_bytes = { version = "0.4.3" } -html-to-markdown-rs = { version = "3.2.6" } +html-to-markdown-rs = { version = "3.3.3" } [build-dependencies] barexp = { version = "1.1.1" }