Skip to content

Commit 0c804bf

Browse files
committed
deny: Update to new format
1 parent 7f5b763 commit 0c804bf

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

deny.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1+
[graph]
12
exclude = [
23
"gtk4-rs-examples",
34
"gtk4-rs-book-listings",
45
]
56

67
[advisories]
8+
version = 2
79
db-path = "~/.cargo/advisory-db"
810
db-urls = ["https://github.com/rustsec/advisory-db"]
9-
vulnerability = "deny"
10-
unmaintained = "warn"
11-
notice = "warn"
1211
ignore = []
1312

1413
[licenses]
15-
unlicensed = "deny"
14+
version = 2
1615
allow = [
1716
"MIT",
1817
"Apache-2.0",
18+
"Apache-2.0 WITH LLVM-exception",
19+
"Unicode-DFS-2016",
20+
"ISC",
1921
]
20-
copyleft = "deny"
21-
allow-osi-fsf-free = "either"
22-
default = "deny"
2322
confidence-threshold = 0.8
2423

2524
[bans]
@@ -43,4 +42,4 @@ version = "0.21"
4342
# wayland-scanner depends on an older version
4443
[[bans.skip]]
4544
name = "quick-xml"
46-
version = "0.34.0"
45+
version = "0.34.0"

0 commit comments

Comments
 (0)