X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustdoc%2FCargo.toml;h=4371a914b48041c932114de3d477d758ec8ddd9b;hb=98c54c8cad638e703b631a5ff64630e5e55eb5dc;hp=67d167e86df7f66e3749137e13fe465d673d9943;hpb=8dddc8647731efb6d7f40b176bccdba5cebe46f2;p=rust.git diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index 67d167e86df..4371a914b48 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -11,13 +11,13 @@ 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" +minifier = "0.0.42" 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" regex = "1" rustdoc-json-types = { path = "../rustdoc-json-types" } tracing = "0.1"