From f256fe4b24d9d180b6dcf3dc7ead4b06d2ef87ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 7 Nov 2024 10:54:11 +0100 Subject: [PATCH] chore: Remove Ruma from the cargo-deny git dep allow list --- .deny.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.deny.toml b/.deny.toml index 88b53b451..d179083df 100644 --- a/.deny.toml +++ b/.deny.toml @@ -54,8 +54,6 @@ allow-git = [ "https://github.com/element-hq/tracing.git", # Sam as for the tracing dependency. "https://github.com/element-hq/paranoid-android.git", - # Well, it's Ruma. - "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