From 0de251630e4bf8f03e5ea4f9c52422bc0974be6a Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 01 Jun 2025 19:55:16 +0000 Subject: [PATCH] Bump comrak from 0.38.0 to 0.39.0 Bumps [comrak](https://github.com/kivikakk/comrak) from 0.38.0 to 0.39.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.39.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.39.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..74af35f 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -411,9 +411,9 @@ [[package]] name = "comrak" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f690706b5db081dccea6206d7f6d594bb9895599abea9d1a0539f13888781ae8" +checksum = "d5c834ca54c5a20588b358f34d1533b4b498ddb5fd979cec6b22d0e8867a2449" dependencies = [ "caseless", "entities", diff --git a/Cargo.toml b/Cargo.toml index 08a9f62..41fa4dc 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -33,7 +33,7 @@ "help", "usage", ] } -comrak = { version = "0.38.0", default-features = false } +comrak = { version = "0.39.0", default-features = false } const-hex = "1.14" const_format = "0.2" flate2 = "1.0" -- rgit 0.1.5