summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--deny.toml5
-rw-r--r--test/deny.toml4
2 files changed, 0 insertions, 9 deletions
diff --git a/deny.toml b/deny.toml
index 16fdb8fc6b..ef0da92bcc 100644
--- a/deny.toml
+++ b/deny.toml
@@ -72,7 +72,6 @@ multiple-versions = "warn"
wildcards = "warn"
highlight = "all"
-allow = []
deny = [
# We are using Rustls for TLS. We don't want to accidentally pull in
# anything OpenSSL related
@@ -81,12 +80,8 @@ deny = [
{ name = "openssl-probe" },
{ 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`.
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`.