From 013bb98b19abb5d357f7f20daff853f08b312340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 20:08:09 +0000 Subject: [PATCH] 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 0ca2ff1..858be86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,9 +940,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 = [ "itertools", "markdown", diff --git a/Cargo.toml b/Cargo.toml index fe8f646..00e3c0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ colored = "3.1.1" image = "0.25" itertools = "0.14.0" miette = {version = "7.6.0", features = ["fancy"]} -mq-markdown = "0.5.29" +mq-markdown = "0.5.30" terminal_size = "0.4.4" tree-sitter = "0.25.10" tree-sitter-bash = {version = "0.25", optional = true}