X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustdoc%2FCargo.toml;h=4af13e4cd587aee30ef424b670b3f209f16045ec;hb=40b405f2d45b337e50b90c656680a7c7edc899cb;hp=f2822916d3cdfc3530de0cf469b8ea08fce1fcc2;hpb=8e2689c42ef3dad7d91427340b2e698139aaa197;p=rust.git diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index f2822916d3c..4af13e4cd58 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -9,9 +9,10 @@ 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"] } serde_json = "1.0" tempfile = "3" +itertools = "0.8"