From 82a9fcdc9393a9d7a611e35a06f76ddbbb0bec65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 03:32:30 +0000 Subject: [PATCH] Updated:(deps): Bump the patch-updates group in /src with 2 updates Bumps the patch-updates group in /src with 2 updates: [html-to-markdown-rs](https://github.com/kreuzberg-dev/html-to-markdown) and [memchr](https://github.com/BurntSushi/memchr). Updates `html-to-markdown-rs` from 3.5.0 to 3.5.7 - [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.5.0...v3.5.7) Updates `memchr` from 2.8.0 to 2.8.1 - [Commits](https://github.com/BurntSushi/memchr/compare/2.8.0...2.8.1) --- updated-dependencies: - dependency-name: html-to-markdown-rs dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: memchr dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- src/Cargo.lock | 8 ++++---- src/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index 78ad817..39c1630 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1574,9 +1574,9 @@ dependencies = [ [[package]] name = "html-to-markdown-rs" -version = "3.5.0" +version = "3.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6ad1d37b64a1d9c05b731e9d0df8ba1fa73406b2f6b94cfb62a05f656e20c74" +checksum = "6cbbfb183e8634cb956309c6bbd781d9ddae068d376fb9eb1451ac49cf4cbba7" dependencies = [ "ahash", "astral-tl", @@ -2170,9 +2170,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.8.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" +checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" [[package]] name = "memmap2" diff --git a/src/Cargo.toml b/src/Cargo.toml index 12e377a..5d2ceca 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -53,7 +53,7 @@ bitfields = "1.0.3" globset = "0.4.18" grep-regex = "0.1.14" grep-searcher = "0.1.16" -memchr = "2.8.0" +memchr = "2.8.1" # Process management process-wrap = { version = "9.1", default-features = false }