From 9984f0b3e9c991b6d26f6f42b7dde1e595dfed0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:34:33 +0000 Subject: [PATCH] fix(deps): update rust crate comrak to 0.50.0 --- Cargo.lock | 8 ++++++-- crates/bin/docs_rs_web/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 337064eee..25445d1ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1316,13 +1316,17 @@ checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" [[package]] name = "comrak" -version = "0.49.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab87129dce2f2d7e75e753b1df0e5093b27dec8fa5970b6eb51280faacb25bd6" +checksum = "321d20bf105b6871a49da44c5fbb93e90a7cd6178ea5a9fe6cbc1e6d4504bc5e" dependencies = [ "caseless", "entities", "jetscii", + "phf 0.13.1", + "phf_codegen 0.13.1", + "rustc-hash", + "smallvec", "typed-arena", "unicode_categories", ] diff --git a/crates/bin/docs_rs_web/Cargo.toml b/crates/bin/docs_rs_web/Cargo.toml index 252ea76b2..4568a2b19 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.49.0", default-features = false } +comrak = { version = "0.50.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" }