From 6285d1652de7259a3316f51f45daf40d8e0142e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:32:28 +0000 Subject: [PATCH] Bump comrak from 0.38.0 to 0.40.0 Bumps [comrak](https://github.com/kivikakk/comrak) from 0.38.0 to 0.40.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/v0.38.0...v0.40.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.40.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..72be135 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,9 +411,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.38.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f690706b5db081dccea6206d7f6d594bb9895599abea9d1a0539f13888781ae8" +checksum = "32c3278f396e5707769a68bc0943e9b8f84a172836b173827810918279621747" dependencies = [ "caseless", "entities", diff --git a/Cargo.toml b/Cargo.toml index 08a9f62..0a2b2a7 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.40.0", default-features = false } const-hex = "1.14" const_format = "0.2" flate2 = "1.0"