Skip to content

Commit 29cc183

Browse files
authored
build: update deny config (#315)
1 parent fbae798 commit 29cc183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ allow = [
100100
"Unicode-3.0",
101101
# "Unicode-DFS-2016",
102102
"Unlicense",
103+
"Zlib"
103104
]
104105
# The confidence threshold for detecting a license from license text.
105106
# The higher the value, the more closely the license text must be to the
@@ -218,7 +219,7 @@ skip = [
218219
# "indexmap",
219220
# "hermit-abi",
220221
# "rustls-native-certs",
221-
# "hashbrown",
222+
"hashbrown",
222223
"getrandom",
223224
# "rand", # until tonic & tower upgrade
224225
# "rand_chacha", # until tonic & tower upgrade

0 commit comments

Comments
 (0)