From 96896d8cace82a39622e3b9f9054776c322c86e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:13:15 +0000 Subject: [PATCH] Bump comrak from 0.38.0 to 0.39.1 Bumps [comrak](https://github.com/kivikakk/comrak) from 0.38.0 to 0.39.1. - [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.39.1) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.39.1 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..4647862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,9 +411,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.38.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f690706b5db081dccea6206d7f6d594bb9895599abea9d1a0539f13888781ae8" +checksum = "2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5" dependencies = [ "caseless", "entities", diff --git a/Cargo.toml b/Cargo.toml index 08a9f62..fdb77a1 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.39.1", default-features = false } const-hex = "1.14" const_format = "0.2" flate2 = "1.0"