File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ allow = [
98
98
" MIT" ,
99
99
" OpenSSL" ,
100
100
" Unicode-3.0" ,
101
- " Unicode-DFS-2016" ,
101
+ # "Unicode-DFS-2016",
102
102
" Unlicense" ,
103
103
]
104
104
# The confidence threshold for detecting a license from license text.
@@ -208,14 +208,16 @@ deny = [
208
208
skip = [
209
209
# "ansi_term@0.11.0",
210
210
# { crate = "ansi_term@0.11.0", reason = "you can specify a reason why it can't be updated/removed" },
211
- " tower@0.4" , # axum 0.7 use tower 0.5, but hyper still use 0.4
212
- " sync_wrapper" , # axum direct and transive dependency use multiple version
211
+ " tower@0.4" , # axum 0.7 use tower 0.5, but hyper still use 0.4
212
+ " sync_wrapper" , # axum direct and transive dependency use multiple version
213
213
" regex-syntax" ,
214
214
" regex-automata" ,
215
215
" indexmap" ,
216
- " hermit-abi" ,
217
- " rustls-native-certs" ,
216
+ # "hermit-abi",
217
+ # "rustls-native-certs",
218
218
" hashbrown" ,
219
+ " thiserror" , # until every dependency use thiserror 2
220
+ " thiserror-impl" ,
219
221
]
220
222
# Similarly to `skip` allows you to skip certain crates during duplicate
221
223
# detection. Unlike skip, it also includes the entire tree of transitive
You can’t perform that action at this time.
0 commit comments