Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,14 @@ allow-git = [
"https://github.com/tokio-rs/tracing.git",
# Well, it's Ruma.
"https://github.com/ruma/ruma",
# This is our fork of Ruma, needed until the fix for https://github.com/mozilla/uniffi-rs/issues/2939 is merged.
"https://github.com/matrix-org/ruma",
# Vodozemac won't block us as we're doing the releases.
"https://github.com/matrix-org/vodozemac",
# 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/element-hq/async-compat",
"https://github.com/mozilla/uniffi-rs",
# A patch override for the bindings: https://github.com/mozilla/uniffi-rs/pull/2935
"https://github.com/matrix-org/uniffi-rs",
# Pinned one commit past 3.1.1 for the unreleased guess-magnitude
# overflow fix, needed by the bindings' password strength estimation.
"https://github.com/shssoichiro/zxcvbn-rs",
Expand Down
Loading
Loading