From f90d9fa4c2945bea97ed7903523ba6379752a338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 09:24:02 +0000 Subject: [PATCH] chore(deps): bump comrak from 0.52.0 to 0.53.0 in the all group Bumps the all group with 1 update: [comrak](https://github.com/kivikakk/comrak). Updates `comrak` from 0.52.0 to 0.53.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.52.0...v0.53.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.53.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 ea520aa..1b56a37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,9 +476,9 @@ checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" [[package]] name = "comrak" -version = "0.52.0" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac0b255932a9cd52fbfd664b67957f9f2e095ae4711cb0e41b4e291edef94c2" +checksum = "9795cb30f4deefbf33488819707e0f9630535dd56208ec273c1b3f150196377a" dependencies = [ "bon", "caseless", diff --git a/Cargo.toml b/Cargo.toml index e45b89e..02d08f5 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.52" +comrak = "0.53" confique = { version = "0.4", default-features = false, features = ["toml"] } crossbeam-channel = "0.5" env_logger = "0.11"