Skip to content

Commit 2d1048a

Browse files
committed
chore(deny): update hashbrown skip versions for num-prime dependency
Updated skip list to allow hashbrown 0.14.5 (ordered-multimap via rust-ini) and 0.16.1 (indexmap via toml_edit, proc-macro-crate) to coexist.
1 parent b61c071 commit 2d1048a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ skip = [
8787
{ name = "thiserror-impl", version = "1.0.69" },
8888
# bindgen
8989
{ name = "itertools", version = "0.13.0" },
90-
# ordered-multimap
90+
# ordered-multimap (via rust-ini)
9191
{ name = "hashbrown", version = "0.14.5" },
92+
# indexmap (via toml_edit, proc-macro-crate)
93+
{ name = "hashbrown", version = "0.16.1" },
9294
# cexpr (via bindgen)
9395
{ name = "nom", version = "7.1.3" },
9496
# const-random-macro, rand_core

0 commit comments

Comments
 (0)