From 6678d34d4edd7d09a40af0e298019fb4ed031386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:31:55 +0000 Subject: [PATCH] chore(deps): bump comrak from 0.53.0 to 0.54.0 in the all group Bumps the all group with 1 update: [comrak](https://github.com/kivikakk/comrak). Updates `comrak` from 0.53.0 to 0.54.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.53.0...v0.54.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... 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 e0c825c..c73042f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,9 +476,9 @@ checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" [[package]] name = "comrak" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9795cb30f4deefbf33488819707e0f9630535dd56208ec273c1b3f150196377a" +checksum = "0d5910408554659ed848ff469e67ec83b30f179e72cec286cfdae64d1616f466" dependencies = [ "bon", "caseless", diff --git a/Cargo.toml b/Cargo.toml index 02d08f5..890d009 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.53" +comrak = "0.54" confique = { version = "0.4", default-features = false, features = ["toml"] } crossbeam-channel = "0.5" env_logger = "0.11"