From 5c473555cb2069f26a66d7c1e14f54a051a14948 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 20 Apr 2024 10:34:48 -0400 Subject: bump deps --- deny.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'deny.toml') 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"] } ] -- cgit v1.2.3-54-g00ecf