X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustdoc%2FCargo.toml;h=4371a914b48041c932114de3d477d758ec8ddd9b;hb=34e2d3bab8905df4ad154f8fa8cdb5fe2dc769da;hp=45285c1f442c45d030c4d0578363e03ce869d571;hpb=0610d4fa66f95fa3a4a7af86239976ed668bab0e;p=rust.git diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index 45285c1f442..21efd040663 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -11,17 +11,18 @@ 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" 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" +once_cell = "1.10.0" [dependencies.tracing-subscriber] version = "0.3.3"