]> git.proxmox.com Git - rustc.git/blobdiff - src/librustdoc/Cargo.toml
New upstream version 1.34.2+dfsg1
[rustc.git] / src / librustdoc / Cargo.toml
index 8bac007b748ac20a6376f2ceb58f0e41f5d04922..a8c9166591d856c48fea1a4cb25d7a70e7d778b1 100644 (file)
@@ -2,6 +2,7 @@
 authors = ["The Rust Project Developers"]
 name = "rustdoc"
 version = "0.0.0"
+edition = "2018"
 
 [lib]
 name = "rustdoc"
@@ -9,6 +10,6 @@ path = "lib.rs"
 
 [dependencies]
 pulldown-cmark = { version = "0.1.2", default-features = false }
-minifier = "0.0.20"
+minifier = "0.0.28"
 tempfile = "3"
-parking_lot = "0.6.4"
+parking_lot = "0.7"