From: Guillaume Gomez Date: Sat, 6 Oct 2018 16:48:31 +0000 (+0200) Subject: Update minifier version X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ca517a6ee90611a9cc16d48853775b3118c398c7;p=rust.git Update minifier version --- diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index 845bfad7807..8bac007b748 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -9,6 +9,6 @@ path = "lib.rs" [dependencies] pulldown-cmark = { version = "0.1.2", default-features = false } -minifier = "0.0.19" +minifier = "0.0.20" tempfile = "3" parking_lot = "0.6.4"