From 9504e3ac97081559b294ef04b5d163654976e7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:15:36 +0000 Subject: [PATCH] build(deps): bump mq-markdown from 0.5.31 to 0.6.0 Bumps [mq-markdown](https://github.com/harehare/mq) from 0.5.31 to 0.6.0. - [Release notes](https://github.com/harehare/mq/releases) - [Commits](https://github.com/harehare/mq/compare/v0.5.31...v0.6.0) --- updated-dependencies: - dependency-name: mq-markdown dependency-version: 0.6.0 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 9ab4d1e..89bfde9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1446,9 +1446,9 @@ dependencies = [ [[package]] name = "mq-markdown" -version = "0.5.31" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc96ff6f0490a589fae25145cbc61b883c7fd2d4b042f545eab954c37ed3a167" +checksum = "791c374af833381678f62652884282f70043110e35b8a4a9f76c72cefca2def2" dependencies = [ "ego-tree", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 954f429..6f32b9d 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.31", optional = true, features = ["html-to-markdown", "json"]} +mq-markdown = {version = "0.6.0", optional = true, features = ["html-to-markdown", "json"]} pdf-extract = {version = "0.10", optional = true} quick-xml = {version = "0.40", optional = true} rusqlite = {version = "0.40", optional = true, features = ["bundled"]}