Skip to content

Commit 9424805

Browse files
committed
wasmtime: Add exemption for duplicate hashbrown
1 parent d54750c commit 9424805

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

deny.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,11 @@ skip-tree = [
4040
# version of `env_logger`, so ignore it.
4141
{ name = "pretty_env_logger", depth = 20 },
4242
]
43+
44+
# This is intended to skip the no-duplicates deny rule. At the
45+
# moment it isn't feasable to not duplicate this while upgrading
46+
# some of our dependencies.
47+
# See #5550 for a slightly longer explanation
48+
[[bans.skip]]
49+
name = "hashbrown"
50+
version = "=0.12.3"

0 commit comments

Comments
 (0)