From 2bb09d117f3ee986f4b09b38b2797b6f6a76d0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 4 Oct 2024 15:43:01 +0200 Subject: [PATCH] fixup! chore: Set up cargo-deny --- .deny.toml | 2 ++ 1 file changed, 2 insertions(+) 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" ]