X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustdoc%2FCargo.toml;h=1e7b4fe15b68cad5c59d74e96df437a4d4cf57d9;hb=06707c073dcb29732933dc484877aa57c6dd1f94;hp=0da69202e679fc41cdbc81861be29a42107a7922;hpb=6b8d9dd0a09851b3e4f400ddd1303857945be25d;p=rust.git diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index 0da69202e67..1e7b4fe15b6 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -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"