From 42c5a52b31ddcc368b00a0d81df218bdb78f0008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 05:11:06 +0000 Subject: [PATCH] build(deps): bump mq-markdown from 0.5.29 to 0.5.30 Bumps [mq-markdown](https://github.com/harehare/mq) from 0.5.29 to 0.5.30. - [Release notes](https://github.com/harehare/mq/releases) - [Commits](https://github.com/harehare/mq/compare/v0.5.29...v0.5.30) --- updated-dependencies: - dependency-name: mq-markdown dependency-version: 0.5.30 dependency-type: direct:production update-type: version-update:semver-patch ... 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 889a58f..52fd1e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1446,9 +1446,9 @@ dependencies = [ [[package]] name = "mq-markdown" -version = "0.5.29" +version = "0.5.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597ed0df54af8059a775089c5c16d7ac22fa5621647c250cbe87a08f27d6539d" +checksum = "acb263e65f292afbd7451ccbc518f094dd07ea6c39693a8317688bbb289e0efd" dependencies = [ "ego-tree", "itertools", diff --git a/Cargo.toml b/Cargo.toml index dfd4fa1..c3090a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ kamadak-exif = {version = "0.6", optional = true} leptess = {version = "0.14", optional = true} lofty = {version = "0.24", optional = true} lopdf = {version = "0.38", optional = true} -mq-markdown = {version = "0.5.29", optional = true, features = ["html-to-markdown", "json"]} +mq-markdown = {version = "0.5.30", optional = true, features = ["html-to-markdown", "json"]} pdf-extract = {version = "0.10", optional = true} quick-xml = {version = "0.40", optional = true} rusqlite = {version = "0.39", optional = true, features = ["bundled"]}