Skip to content

Commit 2daa11e

Browse files
committed
Remove a few unnecessary cargo-deny exceptions
1 parent 3ae9533 commit 2daa11e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

deny.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,13 @@ multiple-versions = "deny"
5454

5555
skip = [
5656
{ name = "base64", version = "0.21.7" }, # many dependencies depends on this old version
57-
{ name = "syn", version = "1.0.109" }, # sea-query, sqlx depend on the old version
5857
{ name = "regex-syntax", version = "0.6.29" }, # tracing-subscriber[env-filter] -> matchers depends on the old version
5958
{ name = "regex-automata", version = "0.1.10" }, # ^
6059
{ name = "regex-automata", version = "0.2.0" }, # icu_list depends on this old version
6160
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
6261
{ name = "hashbrown" }, # Too many versions :(
6362
# axum-macros, sqlx-macros and sea-query-attr use an old version
6463
{ name = "heck", version = "0.4.1" },
65-
# sea-query-attr uses an old version of darling
66-
{ name = "darling", version = "0.14.4" },
67-
{ name = "darling_core", version = "0.14.4" },
68-
{ name = "darling_macro", version = "0.14.4" },
6964
# async-graphql -> toml_edit depends on this old version
7065
{ name = "winnow", version = "0.5.40" },
7166
# wasmtime -> cranelift is depending on this old version

0 commit comments

Comments
 (0)