From 9102b600f24c1570eea68886c8b22b18ea235e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 06:52:57 +0000 Subject: [PATCH] chore(deps): bump comrak from 0.52.0 to 0.53.0 in /bots/glambot 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] --- bots/glambot/Cargo.lock | 4 ++-- bots/glambot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bots/glambot/Cargo.lock b/bots/glambot/Cargo.lock index 0eab7eae..423149b9 100644 --- a/bots/glambot/Cargo.lock +++ b/bots/glambot/Cargo.lock @@ -473,9 +473,9 @@ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[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 = [ "bon", "caseless", diff --git a/bots/glambot/Cargo.toml b/bots/glambot/Cargo.toml index b465daaa..be405983 100644 --- a/bots/glambot/Cargo.toml +++ b/bots/glambot/Cargo.toml @@ -35,7 +35,7 @@ tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json"] } # Markdown parsing pulldown-cmark = "0.13.4" -comrak = "0.52.0" +comrak = "0.53.0" # HTML parsing (for accessibility checks) scraper = "0.27.0"