From ccb9b30d5eb770f36fbbdfaacd8d5d2506ea7160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:04:27 +0000 Subject: [PATCH] chore(deps): bump mq-lang from 0.6.5 to 0.7.0 Bumps [mq-lang](https://github.com/harehare/mq) from 0.6.5 to 0.7.0. - [Release notes](https://github.com/harehare/mq/releases) - [Commits](https://github.com/harehare/mq/compare/v0.6.5...v0.7.0) --- updated-dependencies: - dependency-name: mq-lang dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 154 +++++++++++++++++++++++++---------------------------- Cargo.toml | 2 +- 2 files changed, 73 insertions(+), 83 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a358c6e..4cb97f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,6 +32,18 @@ version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" +[[package]] +name = "ammonia" +version = "4.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc6d763210e2eb7670d1a5183a08bebefa3f97db2a738a684f2ce00bd49f681d" +dependencies = [ + "cssparser", + "html5ever", + "maplit", + "url", +] + [[package]] name = "android_system_properties" version = "0.1.5" @@ -867,7 +879,7 @@ version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" dependencies = [ - "unicode-width 0.2.0", + "unicode-width 0.2.2", ] [[package]] @@ -915,6 +927,12 @@ version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" +[[package]] +name = "glob" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b" + [[package]] name = "half" version = "2.7.1" @@ -966,46 +984,6 @@ dependencies = [ "hashbrown 0.16.1", ] -[[package]] -name = "hcl-edit" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f641e65979f9c567246f13f9c64f7af41b3476e3171a63b10b36778af95b267b" -dependencies = [ - "fnv", - "hcl-primitives", - "pratt", - "vecmap-rs", - "winnow", -] - -[[package]] -name = "hcl-primitives" -version = "0.1.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "829a11d304c89e2cfe0dbb494a686bbe2b48ade17705c62cd1957b04aa4630f6" -dependencies = [ - "itoa", - "kstring", - "ryu", - "serde", - "unicode-ident", -] - -[[package]] -name = "hcl-rs" -version = "0.19.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "153fc72c1037f6933efe01c1c769235479e995fb82a799c5716dabad7375b671" -dependencies = [ - "hcl-edit", - "hcl-primitives", - "indexmap", - "itoa", - "serde", - "vecmap-rs", -] - [[package]] name = "heck" version = "0.5.0" @@ -1018,6 +996,12 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +[[package]] +name = "html-escape" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46c1ff2d1cbf39efe5af0900ced8a069b5e61557a17544eb0c4a50239937389e" + [[package]] name = "html5ever" version = "0.39.0" @@ -1266,16 +1250,6 @@ dependencies = [ "thiserror 2.0.19", ] -[[package]] -name = "kstring" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" -dependencies = [ - "serde", - "static_assertions", -] - [[package]] name = "lab" version = "0.11.0" @@ -1377,6 +1351,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "maplit" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" + [[package]] name = "markdown" version = "1.0.0" @@ -1483,22 +1463,24 @@ dependencies = [ [[package]] name = "mq-lang" -version = "0.6.5" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c5f80180e33e9278a38894b864270f8cacc342a5586cbf7fd9c8e108aa07a8" +checksum = "da001c23ebcc111f636fedf9f156a49e7d56de4ba5147bfdea31063501817764" dependencies = [ + "ammonia", "base64", "chrono", "ciborium", "csv", "dirs", "getrandom 0.4.2", - "hcl-rs", + "glob", + "html-escape", "itertools 0.15.0", "md5", "miette", "mq-macros", - "mq-markdown", + "mq-markdown 0.7.0", "nom 8.0.0", "nom_locate", "percent-encoding", @@ -1513,20 +1495,23 @@ dependencies = [ "smallvec", "smol_str", "string-interner", + "strsim", "thiserror 2.0.19", "toml", "toon-format", + "unicode-width 0.2.2", "url", "uuid", "web-sys", + "web-time", "yaml-rust2", ] [[package]] name = "mq-macros" -version = "0.6.5" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5ad779e5b5fa43841cad4ce8eb88b58d32c34e26bdd92a1bc0d1048b1d96874" +checksum = "14c3cce1c3b85e247aff09a2ee394dbdac76425a957ec8c9899bfa4fd55ff624" dependencies = [ "proc-macro2", "quote", @@ -1538,6 +1523,19 @@ name = "mq-markdown" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2494d260b43ba34a8243e1fe3f836776c1287638fa0e5e3347dca6a8dab869fd" +dependencies = [ + "itertools 0.15.0", + "markdown", + "miette", + "rustc-hash", + "smol_str", +] + +[[package]] +name = "mq-markdown" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d296714247c23a16b0890577c6e876fcdc1702964864b38c797aab20da009f57" dependencies = [ "ego-tree", "itertools 0.15.0", @@ -1561,7 +1559,7 @@ dependencies = [ "ctrlc", "miette", "mq-lang", - "mq-markdown", + "mq-markdown 0.6.5", "ratatui", "serde", "serde_json", @@ -1945,12 +1943,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" -[[package]] -name = "pratt" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17e0a4425d076f0718b820673a38fbf3747080c61017eeb0dd79bc7e472b8bb8" - [[package]] name = "precomputed-hash" version = "0.1.1" @@ -2073,7 +2065,7 @@ dependencies = [ "thiserror 2.0.19", "unicode-segmentation", "unicode-truncate", - "unicode-width 0.2.0", + "unicode-width 0.2.2", ] [[package]] @@ -2136,7 +2128,7 @@ dependencies = [ "strum", "time", "unicode-segmentation", - "unicode-width 0.2.0", + "unicode-width 0.2.2", ] [[package]] @@ -2692,7 +2684,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" dependencies = [ "unicode-linebreak", - "unicode-width 0.2.0", + "unicode-width 0.2.2", ] [[package]] @@ -2861,7 +2853,7 @@ checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" dependencies = [ "itertools 0.14.0", "unicode-segmentation", - "unicode-width 0.2.0", + "unicode-width 0.2.2", ] [[package]] @@ -2872,9 +2864,9 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "unicode-width" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "unicode-xid" @@ -2930,15 +2922,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "vecmap-rs" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9758649b51083aa8008666f41c23f05abca1766aad4cc447b195dd83ef1297b" -dependencies = [ - "serde", -] - [[package]] name = "version_check" version = "0.9.5" @@ -3067,6 +3050,16 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "web-time" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + [[package]] name = "web_atoms" version = "0.2.3" @@ -3329,9 +3322,6 @@ name = "winnow" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8" -dependencies = [ - "memchr", -] [[package]] name = "wit-bindgen" diff --git a/Cargo.toml b/Cargo.toml index 45f0010..10c5e13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ colored = "3.1" crossterm = "0.29" ctrlc = "3.5" miette = {version = "7.6.0", features = ["fancy"]} -mq-lang = "0.6.5" +mq-lang = "0.7.0" mq-markdown = "0.6.5" ratatui = "0.30" serde = {version = "1.0", features = ["derive"]}