From e7b89fff75ea4cfe37f849b861006c895b78e1b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:51:37 +0000 Subject: [PATCH] Bump mq-lang from 0.5.23 to 0.5.24 Bumps [mq-lang](https://github.com/harehare/mq) from 0.5.23 to 0.5.24. - [Release notes](https://github.com/harehare/mq/releases) - [Commits](https://github.com/harehare/mq/compare/v0.5.23...v0.5.24) --- updated-dependencies: - dependency-name: mq-lang dependency-version: 0.5.24 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 7233201..b89b242 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1221,9 +1221,9 @@ dependencies = [ [[package]] name = "mq-lang" -version = "0.5.23" +version = "0.5.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19fa57775a9335dc33f5a4f457741f2c764c24282c6453331f9426d65fbd3f91" +checksum = "ea642be0e25953e52e7272a8ff2eea0f6a01e08a9980a9ec0d3021dffe1844c8" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 19bda05..f6363eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ clap = {version = "4.6.0", features = ["derive"]} colored = "3.1" crossterm = "0.29" miette = {version = "7.6.0", features = ["fancy"]} -mq-lang = "0.5.23" +mq-lang = "0.5.24" mq-markdown = "0.5.24" ratatui = "0.30" serde = {version = "1.0", features = ["derive"]}