cargo-deny: Ignore old idna version

This commit is contained in:
Quentin Gliech
2024-10-07 17:59:00 +02:00
parent 860914b418
commit fd02c5888d

View File

@@ -59,6 +59,8 @@ skip = [
{ name = "regex-automata", version = "0.2.0" }, # icu_list depends on this old version
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
{ name = "hashbrown" }, # Too many versions :(
# url and cookie-store depend on this old version of idna
{ name = "idna", version = "0.5.0" },
# axum-macros, sqlx-macros and sea-query-attr use an old version
{ name = "heck", version = "0.4.1" },
# async-graphql -> toml_edit depends on this old version