From f71255b42d6e8c54a60d4a93a78f6482b5ec3320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:02:47 +0000 Subject: [PATCH] Bump comrak from 0.38.0 to 0.43.0 Bumps [comrak](https://github.com/kivikakk/comrak) from 0.38.0 to 0.43.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.38.0...v0.43.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4075fae..0b2cd88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,9 +411,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.38.0" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f690706b5db081dccea6206d7f6d594bb9895599abea9d1a0539f13888781ae8" +checksum = "5ccfd7678fba9aff54a74a70352d952b345e568823ed9d5a92ebc8ad0adad8ea" dependencies = [ "caseless", "entities", diff --git a/Cargo.toml b/Cargo.toml index 08a9f62..e332349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ clap = { version = "4.5.37", default-features = false, features = [ "help", "usage", ] } -comrak = { version = "0.38.0", default-features = false } +comrak = { version = "0.43.0", default-features = false } const-hex = "1.14" const_format = "0.2" flate2 = "1.0"