-
Notifications
You must be signed in to change notification settings - Fork 0
/
deny.toml
41 lines (33 loc) · 1.24 KB
/
deny.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# SPDX-License-Identifier: Apache-2.0
[graph]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-gnu",
"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",
]
[[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 = "[email protected]"
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]"
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 = "[email protected]"
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 = "[email protected]"
reason = "capctl 0.2.4 ships with bitflags 1.3.2, see upstream https://github.com/cptpcrd/capctl/issues/3"