From 9fc5506e2e0d43e956f8f959e72a3446e935f7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:23:15 +0000 Subject: [PATCH] Bump comrak from 0.52.0 to 0.54.0 in /autorust Bumps [comrak](https://github.com/kivikakk/comrak) from 0.52.0 to 0.54.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.52.0...v0.54.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- autorust/Cargo.lock | 4 ++-- autorust/codegen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autorust/Cargo.lock b/autorust/Cargo.lock index b9210b52..a7640acf 100644 --- a/autorust/Cargo.lock +++ b/autorust/Cargo.lock @@ -619,9 +619,9 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "comrak" -version = "0.52.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac0b255932a9cd52fbfd664b67957f9f2e095ae4711cb0e41b4e291edef94c2" +checksum = "0d5910408554659ed848ff469e67ec83b30f179e72cec286cfdae64d1616f466" dependencies = [ "bon", "caseless", diff --git a/autorust/codegen/Cargo.toml b/autorust/codegen/Cargo.toml index f32707dd..17798b63 100644 --- a/autorust/codegen/Cargo.toml +++ b/autorust/codegen/Cargo.toml @@ -17,7 +17,7 @@ heck = "0.5" regex = "1" indexmap = { version = "2", features = ["serde"] } path_abs = "0.5" -comrak = "0.52" +comrak = "0.54" serde = "1" http-types = "2" once_cell = "1"