From a16446f8349835b9f98209a6a3a1c7fb96b1b057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:44:18 +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 1a34f9c..b7558e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1336,9 +1336,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 5412084..fa47597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ colored = "3.1" crossterm = "0.29" miette = {version = "7.6.0", features = ["fancy"]} mq-lang = "0.5.29" -mq-markdown = "0.5.29" +mq-markdown = "0.5.30" ratatui = "0.30" serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"