X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibrustdoc%2FCargo.toml;h=1e7b4fe15b68cad5c59d74e96df437a4d4cf57d9;hb=932626127946acc84cc98aa0de30ec890f6ba587;hp=0da69202e679fc41cdbc81861be29a42107a7922;hpb=6c021cf07d8e47d33b8d764b9505d3442177e241;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"