From 3947cf0a559c83d7d318c5e4bbe2a901d43ff400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=81=E9=80=9F=E8=9C=97=E7=89=9B?= <31986081+Jisu-Woniu@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:50:10 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=F0=9F=A9=B9=20skip=20some=20car?= =?UTF-8?q?go-deny=20checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deny.toml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/deny.toml b/deny.toml index 44cddfd..f276026 100644 --- a/deny.toml +++ b/deny.toml @@ -8,6 +8,10 @@ targets = [ "aarch64-unknown-linux-musl", ] +[[advisories.ignore]] +id = "RUSTSEC-2024-0370" +reason = "proc-macro-error is a transitive dependency of libcgroups" + [licenses] allow = [ "Apache-2.0", @@ -16,14 +20,22 @@ allow = [ "Unicode-DFS-2016", ] -[[bans.skip-tree]] -crate = "libcgroups@0.3.3" -reason = "libcgroups 0.3.3 ships with nix 0.27, see upstream https://github.com/containers/youki/pull/2791" - [[bans.skip-tree]] crate = "petgraph@0.6.5" reason = "petgraph 0.6.5 ships with fixedbitset 0.4.2, see upstream https://github.com/petgraph/petgraph/pull/617" +[[bans.skip-tree]] +crate = "nix@0.28" +reason = "libcgroups 0.4.1 ships with nix 0.28, see upstream https://github.com/containers/youki/pull/2791" + [[bans.skip-tree]] crate = "axum-core@0.4.3" -reason = "axum 0.7.5 depends on sync_wrapper 1.0, but it also depends on axum-core 0.4.3, which depends on sync_wrapper 0.1.1" +reason = "axum 0.7.5 depends on sync_wrapper 1.0, but it also depends on axum-core 0.4.3, which depends on sync_wrapper 0.1.1, see upstream https://github.com/tokio-rs/axum/issues/2871" + +[[bans.skip-tree]] +crate = "tower@0.4.13" +reason = "axum 0.7.5 depends on tower 0.4 and transitively on tower 0.5, see upstream https://github.com/tokio-rs/axum/pull/2880" + +[[bans.skip-tree]] +crate = "capctl@0.2.4" +reason = "capctl 0.2.4 ships with bitflags 1.3.2, see upstream https://github.com/cptpcrd/capctl/issues/3"