]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/Cargo.toml
Rollup merge of #105567 - TimNN:kcfi16, r=nikic
[rust.git] / src / librustdoc / Cargo.toml
index 0da69202e679fc41cdbc81861be29a42107a7922..0271c27b4f522142474fb7ef9e910b7684093d02 100644 (file)
@@ -9,7 +9,6 @@ path = "lib.rs"
 [dependencies]
 arrayvec = { version = "0.7", default-features = false }
 askama = { version = "0.11", default-features = false, features = ["config"] }
-atty = "0.2"
 itertools = "0.10.1"
 minifier = "0.2.2"
 once_cell = "1.10.0"
@@ -33,7 +32,7 @@ features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"]
 rayon = "1.5.1"
 
 [dev-dependencies]
-expect-test = "1.0"
+expect-test = "1.4.0"
 
 [features]
 jemalloc = []