Skip to content

Commit 1e7e718

Browse files
committed
build: update cargo deny list
1 parent d3b1917 commit 1e7e718

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

deny.toml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
# configuration for https://github.com/EmbarkStudios/cargo-deny
22

3-
[licenses]
4-
default = "deny"
5-
unlicensed = "deny"
6-
copyleft = "deny"
7-
confidence-threshold = 0.8
8-
allow = [
9-
"Apache-2.0",
10-
"MIT",
11-
"Unicode-DFS-2016",
12-
]
13-
143
[advisories]
15-
unmaintained = "deny"
164
yanked = "deny"
175

186
[bans]
197
multiple-versions = "allow"
208

9+
[licenses]
10+
allow = [
11+
"MIT",
12+
"Apache-2.0",
13+
"0BSD",
14+
"Zlib",
15+
"Unicode-3.0",
16+
"Unlicense",
17+
]
18+
2119
[sources]
2220
unknown-registry = "deny"
23-
unknown-git = "warn"
21+
unknown-git = "deny"
2422
allow-registry = ["https://github.com/rust-lang/crates.io-index"]

0 commit comments

Comments
 (0)