From 64fecf75e6c83abd485cd32ff3970795b6e11889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:20:32 +0000 Subject: [PATCH] Bump mq-markdown from 0.5.29 to 0.5.31 Bumps [mq-markdown](https://github.com/harehare/mq) from 0.5.29 to 0.5.31. - [Release notes](https://github.com/harehare/mq/releases) - [Commits](https://github.com/harehare/mq/compare/v0.5.29...v0.5.31) --- updated-dependencies: - dependency-name: mq-markdown dependency-version: 0.5.31 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..2f0506c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,9 +940,9 @@ dependencies = [ [[package]] name = "mq-markdown" -version = "0.5.29" +version = "0.5.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597ed0df54af8059a775089c5c16d7ac22fa5621647c250cbe87a08f27d6539d" +checksum = "fc96ff6f0490a589fae25145cbc61b883c7fd2d4b042f545eab954c37ed3a167" dependencies = [ "itertools", "markdown", diff --git a/Cargo.toml b/Cargo.toml index fe8f646..4280771 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.31" terminal_size = "0.4.4" tree-sitter = "0.25.10" tree-sitter-bash = {version = "0.25", optional = true}