From cab327c46d5d24ccea8b8eff0a0dae06a13d5152 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:42:06 +0000 Subject: [PATCH] fix(deps): update rust crate comrak to 0.52.0 --- Cargo.lock | 4 ++-- crates/bin/docs_rs_web/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e33524e6d..cfed6cdac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1372,9 +1372,9 @@ checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" [[package]] name = "comrak" -version = "0.51.0" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f07383e7799d964bf7ffa6fc4457d177c54a44614661c7458bb0bd91b108e32" +checksum = "aac0b255932a9cd52fbfd664b67957f9f2e095ae4711cb0e41b4e291edef94c2" dependencies = [ "caseless", "entities", diff --git a/crates/bin/docs_rs_web/Cargo.toml b/crates/bin/docs_rs_web/Cargo.toml index 49e169eaa..48ab38df2 100644 --- a/crates/bin/docs_rs_web/Cargo.toml +++ b/crates/bin/docs_rs_web/Cargo.toml @@ -24,7 +24,7 @@ base64 = { workspace = true } bon = { workspace = true } chrono = { workspace = true } clap = { workspace = true } -comrak = { version = "0.51.0", default-features = false } +comrak = { version = "0.52.0", default-features = false } constant_time_eq = "0.4.2" docs_rs_build_limits = { path = "../../lib/docs_rs_build_limits" } docs_rs_build_queue = { path = "../../lib/docs_rs_build_queue" }