]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/Cargo.toml
Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco
[rust.git] / src / librustdoc / Cargo.toml
index 45285c1f442c45d030c4d0578363e03ce869d571..cc5c583bea8e25d81dda1b114b6e96a04dffeedf 100644 (file)
@@ -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.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"