Skip to content

Commit 3ace85a

Browse files
committed
cargo-deny: Ignore old idna version
1 parent 0c2273b commit 3ace85a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ skip = [
5959
{ name = "regex-automata", version = "0.2.0" }, # icu_list depends on this old version
6060
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
6161
{ name = "hashbrown" }, # Too many versions :(
62+
# url and cookie-store depend on this old version of idna
63+
{ name = "idna", version = "0.5.0" },
6264
# axum-macros, sqlx-macros and sea-query-attr use an old version
6365
{ name = "heck", version = "0.4.1" },
6466
# async-graphql -> toml_edit depends on this old version

0 commit comments

Comments
 (0)