diff --git a/Cargo.lock b/Cargo.lock index d075da61c..d035fbe32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1394,9 +1394,9 @@ checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" [[package]] name = "comrak" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9795cb30f4deefbf33488819707e0f9630535dd56208ec273c1b3f150196377a" +checksum = "0d5910408554659ed848ff469e67ec83b30f179e72cec286cfdae64d1616f466" dependencies = [ "caseless", "entities", diff --git a/crates/bin/docs_rs_web/Cargo.toml b/crates/bin/docs_rs_web/Cargo.toml index a600f2c57..3bf9a0778 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.53.0", default-features = false } +comrak = { version = "0.54.0", default-features = false } constant_time_eq = "0.5.0" docs_rs_build_limits = { path = "../../lib/docs_rs_build_limits" } docs_rs_build_queue = { path = "../../lib/docs_rs_build_queue" }