Skip to content

Commit cb21a59

Browse files
committed
build: update the configuration of cargo-deny
1 parent 0f45ecb commit cb21a59

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

deny.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ allow = [
9898
"MIT",
9999
"OpenSSL",
100100
"Unicode-3.0",
101-
"Unicode-DFS-2016",
101+
# "Unicode-DFS-2016",
102102
"Unlicense",
103103
]
104104
# The confidence threshold for detecting a license from license text.
@@ -208,14 +208,16 @@ deny = [
208208
skip = [
209209
#"ansi_term@0.11.0",
210210
#{ 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
213213
"regex-syntax",
214214
"regex-automata",
215215
"indexmap",
216-
"hermit-abi",
217-
"rustls-native-certs",
216+
# "hermit-abi",
217+
# "rustls-native-certs",
218218
"hashbrown",
219+
"thiserror", # until every dependency use thiserror 2
220+
"thiserror-impl",
219221
]
220222
# Similarly to `skip` allows you to skip certain crates during duplicate
221223
# detection. Unlike skip, it also includes the entire tree of transitive

0 commit comments

Comments
 (0)