aboutsummaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-20 10:34:48 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-20 11:18:52 -0400
commit5c473555cb2069f26a66d7c1e14f54a051a14948 (patch)
treed3607f042aaa8776b0f270c1ab866416e860d8d3 /deny.toml
parentbdf255d8efca18feed9dbe99d6166012821b8768 (diff)
downloadrbw-5c473555cb2069f26a66d7c1e14f54a051a14948.tar.gz
rbw-5c473555cb2069f26a66d7c1e14f54a051a14948.zip
bump deps
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/deny.toml b/deny.toml
index 0d8fbfe..df3a3c5 100644
--- a/deny.toml
+++ b/deny.toml
@@ -1,3 +1,4 @@
+[graph]
targets = [
{ triple = "x86_64-unknown-linux-musl" },
{ triple = "x86_64-unknown-linux-gnu" },
@@ -6,12 +7,9 @@ targets = [
]
[advisories]
+version = 2
yanked = "deny"
-unsound = "deny"
ignore = [
- # this is only an unmaintained warning, and will hopefully be addressed
- # by https://github.com/darfink/region-rs/pull/27
- "RUSTSEC-2020-0168",
# this is a timing attack against using the rsa crate for encryption, but
# we only use rsa decryption here
"RUSTSEC-2023-0071",
@@ -37,6 +35,7 @@ skip = [
]
[licenses]
+version = 2
allow = [
"MIT",
"BSD-2-Clause",
@@ -45,7 +44,6 @@ allow = [
"ISC",
"Unicode-DFS-2016",
]
-copyleft = "deny"
exceptions = [
{ name = "ring", allow = ["OpenSSL", "MIT", "ISC"] }
]