From 71804f91fa4065e86842d99b09e8617773ed7a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 09:25:01 +0000 Subject: [PATCH] chore(deps): bump comrak from 0.50.0 to 0.51.0 in the all group Bumps the all group with 1 update: [comrak](https://github.com/kivikakk/comrak). Updates `comrak` from 0.50.0 to 0.51.0 - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/CHANGELOG.md) - [Commits](https://github.com/kivikakk/comrak/compare/v0.50.0...v0.51.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cc4918..f678b4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,15 +454,16 @@ checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" [[package]] name = "comrak" -version = "0.50.0" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "321d20bf105b6871a49da44c5fbb93e90a7cd6178ea5a9fe6cbc1e6d4504bc5e" +checksum = "9f07383e7799d964bf7ffa6fc4457d177c54a44614661c7458bb0bd91b108e32" dependencies = [ "bon", "caseless", "clap", "emojis", "entities", + "finl_unicode", "fmt2io", "jetscii", "phf", @@ -472,7 +473,6 @@ dependencies = [ "smallvec", "syntect", "typed-arena", - "unicode_categories", "xdg", ] @@ -877,6 +877,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" +[[package]] +name = "finl_unicode" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5" + [[package]] name = "flate2" version = "1.1.5" @@ -3238,12 +3244,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" -[[package]] -name = "unicode_categories" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" - [[package]] name = "untrusted" version = "0.9.0" diff --git a/Cargo.toml b/Cargo.toml index 50d3a07..54bac94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock", "serd clap = { version = "4", features = ["derive", "env", "string"] } color-eyre = "0.6" color-print = "0.3" -comrak = "0.50" +comrak = "0.51" confique = { version = "0.4", default-features = false, features = ["toml"] } crossbeam-channel = "0.5" env_logger = "0.11"