From 5cc70e770865c657f41a2a32d9bc173f2c16303a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:07:17 +0000 Subject: [PATCH] Update mq-markdown requirement from 0.5.29 to 0.6.0 Updates the requirements on [mq-markdown](https://github.com/harehare/mq) to permit the latest version. - [Release notes](https://github.com/harehare/mq/releases) - [Commits](https://github.com/harehare/mq/compare/v0.5.29...v0.6.0) --- updated-dependencies: - dependency-name: mq-markdown dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/markdown-lsp/Cargo.toml | 2 +- crates/mq-edit/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/markdown-lsp/Cargo.toml b/crates/markdown-lsp/Cargo.toml index a407ae9..9611772 100644 --- a/crates/markdown-lsp/Cargo.toml +++ b/crates/markdown-lsp/Cargo.toml @@ -19,7 +19,7 @@ path = "src/main.rs" lsp-server = "0.7" lsp-types = "0.97" miette = {version = "7.6", features = ["fancy"]} -mq-markdown = "0.5.29" +mq-markdown = "0.6.0" serde = {version = "1.0", features = ["derive"]} serde_json = "1.0" diff --git a/crates/mq-edit/Cargo.toml b/crates/mq-edit/Cargo.toml index cd55d06..1e6a483 100644 --- a/crates/mq-edit/Cargo.toml +++ b/crates/mq-edit/Cargo.toml @@ -27,7 +27,7 @@ lsp-types = "0.97" markdown-lsp = {version = "0.1.1", path = "../markdown-lsp"} miette = {version = "7.6", features = ["fancy"]} mq-lang = "0.5.26" -mq-markdown = "0.5.29" +mq-markdown = "0.6.0" plist = "1.7" ratatui = "0.30" serde = {version = "1.0", features = ["derive"]}