From c993dff40fdad819977aaed9877643d50023a56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 11:33:49 +0000 Subject: [PATCH] Bump mq-lang from 0.5.14 to 0.5.15 Bumps [mq-lang](https://github.com/harehare/mq) from 0.5.14 to 0.5.15. - [Release notes](https://github.com/harehare/mq/releases) - [Commits](https://github.com/harehare/mq/compare/v0.5.14...v0.5.15) --- updated-dependencies: - dependency-name: mq-lang dependency-version: 0.5.15 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 5a2a88f..83c1507 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -615,9 +615,9 @@ dependencies = [ [[package]] name = "mq-lang" -version = "0.5.14" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a80a99657c60054e2adbe11e1d309bbe4fdbce23208d515d51c3dcc1ba52e3d3" +checksum = "14baf8887f45781babc74fa155a9e379a23faa18f926c0b8e00166ef3c8e4d59" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 065b1bf..cd72e06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ path = "src/lib.rs" clap = {version = "4.5.58", features = ["derive"]} colored = "3.1" miette = {version = "7.6.0", features = ["fancy"]} -mq-lang = "0.5.14" +mq-lang = "0.5.15" mq-markdown = "0.5.15" serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"