From 496571a977807eeb9643747d4c4bdc90e801d4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:08:56 +0000 Subject: [PATCH] Bump comrak from 0.39.0 to 0.39.1 in /autorust Bumps [comrak](https://github.com/kivikakk/comrak) from 0.39.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.39.0...v0.39.1) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.39.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- autorust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autorust/Cargo.lock b/autorust/Cargo.lock index bbf5148..71917b7 100644 --- a/autorust/Cargo.lock +++ b/autorust/Cargo.lock @@ -641,9 +641,9 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "comrak" -version = "0.39.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5c834ca54c5a20588b358f34d1533b4b498ddb5fd979cec6b22d0e8867a2449" +checksum = "2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5" dependencies = [ "bon", "caseless",