Skip to content

Commit b3be82e

Browse files
committed
Update deny.toml.
1 parent c0ee7b2 commit b3be82e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[graph]
12
targets = [
23
{ triple = "x86_64-unknown-linux-gnu" },
34
{ triple = "x86_64-apple-darwin" },
@@ -7,8 +8,6 @@ targets = [
78

89
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
910
[advisories]
10-
vulnerability = "deny"
11-
unmaintained = "deny"
1211
yanked = "deny"
1312
ignore = []
1413

@@ -19,6 +18,7 @@ allow = [
1918
"Apache-2.0",
2019
"MIT",
2120
"Unicode-DFS-2016",
21+
"Unicode-3.0",
2222
]
2323

2424
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html

0 commit comments

Comments
 (0)