Skip to content

Commit d959a5e

Browse files
committed
Allow the 1.x version of thiserror in cargo-deny
1 parent 93eda07 commit d959a5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ skip = [
6060
{ name = "regex-automata", version = "0.2.0" }, # icu_list depends on this old version
6161
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
6262
{ name = "hashbrown" }, # Too many versions :(
63+
# a few dependencies depend on the 1.x version of thiserror
64+
{ name = "thiserror", version = "1.0.69" },
65+
{ name = "thiserror-impl", version = "1.0.69" },
6366
# url and cookie-store depend on this old version of idna
6467
{ name = "idna", version = "0.5.0" },
6568
# axum-macros, sqlx-macros and sea-query-attr use an old version

0 commit comments

Comments
 (0)