diff --git a/Cargo.lock b/Cargo.lock index 0810f40d8..9625e8ed6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1393,9 +1393,9 @@ checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" [[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/crates/bin/docs_rs_web/Cargo.toml b/crates/bin/docs_rs_web/Cargo.toml index f2d3d86fb..a600f2c57 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.52.0", default-features = false } +comrak = { version = "0.53.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" }