summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-03-26 10:38:59 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-03-26 10:44:48 +0100
commit90ce4168f0667bf4177782273cbfeaf6cda322a0 (patch)
treee8676ca32e945d950b40e65943c74354c7e0ec9c /test
parent555a80eaa32155df80855de3f6b605fd0776a932 (diff)
downloadmullvadvpn-90ce4168f0667bf4177782273cbfeaf6cda322a0.tar.xz
mullvadvpn-90ce4168f0667bf4177782273cbfeaf6cda322a0.zip
Update [deny] section of the deny.toml files
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`.