X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustdoc%2FCargo.toml;h=4af13e4cd587aee30ef424b670b3f209f16045ec;hb=40b405f2d45b337e50b90c656680a7c7edc899cb;hp=74e46b1eae362df506f6408a68aebdd71d80b90c;hpb=ac8acd856e6f376183a4a6ed2bc9bb0fd6f63b32;p=rust.git diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index 74e46b1eae3..4af13e4cd58 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -9,7 +9,7 @@ name = "rustdoc" path = "lib.rs" [dependencies] -pulldown-cmark = { version = "0.5.3", default-features = false } +pulldown-cmark = { version = "0.7", default-features = false } minifier = "0.0.33" rayon = { version = "0.3.0", package = "rustc-rayon" } serde = { version = "1.0", features = ["derive"] }