File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change
1
+ [graph ]
1
2
exclude = [
2
3
" gtk4-rs-examples" ,
3
4
" gtk4-rs-book-listings" ,
4
5
]
5
6
6
7
[advisories ]
8
+ version = 2
7
9
db-path = " ~/.cargo/advisory-db"
8
10
db-urls = [" https://github.com/rustsec/advisory-db" ]
9
- vulnerability = " deny"
10
- unmaintained = " warn"
11
- notice = " warn"
12
11
ignore = []
13
12
14
13
[licenses ]
15
- unlicensed = " deny "
14
+ version = 2
16
15
allow = [
17
16
" MIT" ,
18
17
" Apache-2.0" ,
18
+ " Apache-2.0 WITH LLVM-exception" ,
19
+ " Unicode-DFS-2016" ,
20
+ " ISC" ,
19
21
]
20
- copyleft = " deny"
21
- allow-osi-fsf-free = " either"
22
- default = " deny"
23
22
confidence-threshold = 0.8
24
23
25
24
[bans ]
@@ -43,4 +42,4 @@ version = "0.21"
43
42
# wayland-scanner depends on an older version
44
43
[[bans .skip ]]
45
44
name = " quick-xml"
46
- version = " 0.34.0"
45
+ version = " 0.34.0"
You can’t perform that action at this time.
0 commit comments