From ced293a5e8478feefcf9e349fec4c17afcca6dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:07:08 +0000 Subject: [PATCH] Update mq-lang requirement from 0.5.26 to 0.6.0 Updates the requirements on [mq-lang](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.26...v0.6.0) --- updated-dependencies: - dependency-name: mq-lang dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/mq-edit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mq-edit/Cargo.toml b/crates/mq-edit/Cargo.toml index cd55d06..9d2e625 100644 --- a/crates/mq-edit/Cargo.toml +++ b/crates/mq-edit/Cargo.toml @@ -26,7 +26,7 @@ itertools = "0.14" 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-lang = "0.6.0" mq-markdown = "0.5.29" plist = "1.7" ratatui = "0.30"