-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb782d6
commit fc4209d
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,28 +8,24 @@ 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]] | ||
crate = "[email protected]" | ||
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 = "[email protected].3" | ||
crate = "[email protected].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]] | ||
|