diff options
| author | bors <bors@rust-lang.org> | 2019-07-20 12:21:28 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-07-20 12:21:28 +0000 |
| commit | 95b1fe560d2bd8472f250fb8cfd2168520a58405 (patch) | |
| tree | f72852719fb1e482613acf77611bfa059d615d36 /src | |
| parent | f69b07144a151f46aaee1b6230ba4160e9394562 (diff) | |
| parent | 9d6b29af5a8ed31a017ab71f5d59f1e3b224ff8f (diff) | |
| download | rust-95b1fe560d2bd8472f250fb8cfd2168520a58405.tar.gz rust-95b1fe560d2bd8472f250fb8cfd2168520a58405.zip | |
Auto merge of #62789 - GuillaumeGomez:update-pulldown-cmark, r=Manishearth
Update pulldown-cmark version Fixes https://github.com/rust-lang/rust/issues/62571. Fixes #62770. Fixes #62552. cc @rust-lang/rustdoc @Centril @pietroalbini
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index 3158ec3832a..ce0d82ec7b1 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.2", default-features = false } +pulldown-cmark = { version = "0.5.3", default-features = false } minifier = "0.0.30" rayon = { version = "0.2.0", package = "rustc-rayon" } tempfile = "3" |
