From 9b69bb7f49414011f3e5afc88e3da74307ee8680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 09:23:33 +0000 Subject: [PATCH] chore(deps): bump comrak from 0.54.0 to 0.55.0 in the all group Bumps the all group with 1 update: [comrak](https://github.com/kivikakk/comrak). Updates `comrak` from 0.54.0 to 0.55.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.54.0...v0.55.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.55.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 6c423bc..de02297 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,9 +476,9 @@ checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" [[package]] name = "comrak" -version = "0.54.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d5910408554659ed848ff469e67ec83b30f179e72cec286cfdae64d1616f466" +checksum = "daa3d1ea6b01ce72405fa3f826768f51c7a44917527c89b37856ffdd17ee57e4" dependencies = [ "bon", "caseless", diff --git a/Cargo.toml b/Cargo.toml index b970440..6b92615 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.54" +comrak = "0.55" confique = { version = "0.4", default-features = false, features = ["toml"] } crossbeam-channel = "0.5" env_logger = "0.11"