]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/Cargo.toml
rustdoc: Optimize IdMap
[rust.git] / src / librustdoc / Cargo.toml
index 18a3498e34ebac6d2b12a4689db9c75340e5c30f..21efd040663b8aa9e848aa6ff3456f1fa864fa89 100644 (file)
@@ -11,7 +11,7 @@ arrayvec = { version = "0.7", default-features = false }
 askama = { version = "0.11", default-features = false, features = ["config"] }
 atty = "0.2"
 pulldown-cmark = { version = "0.9", default-features = false }
-minifier = "0.0.42"
+minifier = "0.0.43"
 rayon = "1.5.1"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
@@ -22,6 +22,7 @@ regex = "1"
 rustdoc-json-types = { path = "../rustdoc-json-types" }
 tracing = "0.1"
 tracing-tree = "0.2.0"
+once_cell = "1.10.0"
 
 [dependencies.tracing-subscriber]
 version = "0.3.3"