We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2273b commit 3ace85aCopy full SHA for 3ace85a
deny.toml
@@ -59,6 +59,8 @@ skip = [
59
{ name = "regex-automata", version = "0.2.0" }, # icu_list depends on this old version
60
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
61
{ name = "hashbrown" }, # Too many versions :(
62
+ # url and cookie-store depend on this old version of idna
63
+ { name = "idna", version = "0.5.0" },
64
# axum-macros, sqlx-macros and sea-query-attr use an old version
65
{ name = "heck", version = "0.4.1" },
66
# async-graphql -> toml_edit depends on this old version
0 commit comments