chore: Remove Ruma from the cargo-deny git dep allow list

This commit is contained in:
Damir Jelić
2024-11-07 10:54:11 +01:00
parent 8d07f36247
commit f256fe4b24

View File

@@ -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