]> git.proxmox.com Git - rustc.git/blobdiff - src/librustdoc/Cargo.toml
New upstream version 1.61.0+dfsg1
[rustc.git] / src / librustdoc / Cargo.toml
index a3cb982f277a08860d4d4c8dc08dcd5b117510b7..cc5c583bea8e25d81dda1b114b6e96a04dffeedf 100644 (file)
@@ -8,19 +8,20 @@ path = "lib.rs"
 
 [dependencies]
 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.41"
-rayon = "1.3.1"
+minifier = "0.0.43"
+rayon = "1.5.1"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 smallvec = "1.6.1"
 tempfile = "3"
-itertools = "0.9"
+itertools = "0.10.1"
 regex = "1"
 rustdoc-json-types = { path = "../rustdoc-json-types" }
 tracing = "0.1"
 tracing-tree = "0.2.0"
-tera = { version = "1.10.0", default-features = false }
 
 [dependencies.tracing-subscriber]
 version = "0.3.3"