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 b61c071 commit 2d1048aCopy full SHA for 2d1048a
deny.toml
@@ -87,8 +87,10 @@ skip = [
87
{ name = "thiserror-impl", version = "1.0.69" },
88
# bindgen
89
{ name = "itertools", version = "0.13.0" },
90
- # ordered-multimap
+ # ordered-multimap (via rust-ini)
91
{ name = "hashbrown", version = "0.14.5" },
92
+ # indexmap (via toml_edit, proc-macro-crate)
93
+ { name = "hashbrown", version = "0.16.1" },
94
# cexpr (via bindgen)
95
{ name = "nom", version = "7.1.3" },
96
# const-random-macro, rand_core
0 commit comments