From 43a5ab83027c9cc50c6cb9b494d4053dd737787c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:05:18 +0000 Subject: [PATCH] build(deps): bump mq-markdown from 0.6.1 to 0.6.2 Bumps [mq-markdown](https://github.com/harehare/mq) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/harehare/mq/releases) - [Commits](https://github.com/harehare/mq/compare/v0.6.1...v0.6.2) --- updated-dependencies: - dependency-name: mq-markdown dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32b7885..a90827c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1449,9 +1449,9 @@ dependencies = [ [[package]] name = "mq-markdown" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "160f55c054bc0739748e6d7cc7cefd123d9c9e6147dd5213b66918b98585aca4" +checksum = "acc763f967db0cc37f0ac31ee8d3f24ab769b45e6fb1c87af972385b510a0eb6" dependencies = [ "ego-tree", "itertools",