summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/deny.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/deny.toml b/test/deny.toml
index 9c6ebcbc46..e792575b77 100644
--- a/test/deny.toml
+++ b/test/deny.toml
@@ -65,12 +65,8 @@ allow = []
deny = [
{ name = "clap", version = "2" },
{ name = "clap", version = "3" },
- # `atty` is an unmaintained crate with a CVE: RUSTSEC-2021-0145
- { name = "atty" },
{ name = "time", version = "0.1"},
]
-skip = []
-skip-tree = []
# This section is considered when running `cargo deny check sources`.