From fc4209dc2c73a7c9c9c43d8b9dcaf4a5d7c637ff 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 Dec 2024 10:34:14 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=9A=A8=20update=20cargo-deny=20conf?= =?UTF-8?q?ig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deny.toml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/deny.toml b/deny.toml index f276026..5c08c07 100644 --- a/deny.toml +++ b/deny.toml @@ -8,16 +8,12 @@ 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", "BSD-3-Clause", "MIT", - "Unicode-DFS-2016", + "Unicode-3.0", ] [[bans.skip-tree]] @@ -25,11 +21,11 @@ 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" +crate = "libcgroups@0.4.1" 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" +crate = "axum-core@0.4.5" 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]]