From fff1c3e32a2f5c25cf9d560b63fe54aa751fed78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:40:40 +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: [maybe-async](https://github.com/fMeow/maybe-async-rs) and [html-to-markdown-rs](https://github.com/kreuzberg-dev/html-to-markdown). Updates `maybe-async` from 0.2.10 to 0.2.11 - [Changelog](https://github.com/fMeow/maybe-async-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/fMeow/maybe-async-rs/compare/v0.2.10...v0.2.11) Updates `html-to-markdown-rs` from 3.4.0 to 3.4.1 - [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.4.0...v3.4.1) --- updated-dependencies: - dependency-name: maybe-async dependency-version: 0.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: html-to-markdown-rs dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- src/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index 338c880..adc13fd 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1574,9 +1574,9 @@ dependencies = [ [[package]] name = "html-to-markdown-rs" -version = "3.4.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7385894d43db56c18bc08db0710d9466bfc50cdc3210929e7f55c16442f70884" +checksum = "42f856d5f5daa55ea8b81bd746f1e49170fe589eccd2f5020d9ea888417983ab" dependencies = [ "ahash", "astral-tl", @@ -2159,9 +2159,9 @@ dependencies = [ [[package]] name = "maybe-async" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" +checksum = "746873a384ad60adc5db74471dfaba74bd278afbdcfd81db93fafcdfc8b5ca0c" dependencies = [ "proc-macro2", "quote",