diff --git a/.deny.toml b/.deny.toml index 3bd0c61b2df..e67dbe6d37c 100644 --- a/.deny.toml +++ b/.deny.toml @@ -58,4 +58,6 @@ allow-git = [ "https://github.com/ruma/ruma", # A patch override for the bindings: https://github.com/rodrimati1992/const_panic/pull/10 "https://github.com/jplatte/const_panic" + # A patch override for the bindings: https://github.com/smol-rs/async-compat/pull/22 + "https://github.com/jplatte/async-compat" ]