From 6c569bf139706df4547e9ea72fa68fb0410740ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 01:14:25 +0000 Subject: [PATCH] cargo(deps): bump comrak from 0.52.0 to 0.53.0 Bumps [comrak](https://github.com/kivikakk/comrak) from 0.52.0 to 0.53.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.53.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.53.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 3d7714d..03cd3c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,9 +428,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.52.0" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac0b255932a9cd52fbfd664b67957f9f2e095ae4711cb0e41b4e291edef94c2" +checksum = "9795cb30f4deefbf33488819707e0f9630535dd56208ec273c1b3f150196377a" dependencies = [ "caseless", "entities", diff --git a/Cargo.toml b/Cargo.toml index 3f328da..d50c247 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ console = { version = "0.16", default-features = false, features = ["ansi-parsin ureq = { version = "3", default-features = false, features = ["rustls-no-provider", "rustls-webpki-roots", "gzip", "json"] } tar = "0.4" flate2 = { version = "1", default-features = false, features = ["rust_backend"] } -comrak = { version = "=0.52.0", default-features = false } +comrak = { version = "=0.53.0", default-features = false } lol_html = "3" tempfile = "3" sparkv = "0.2"