refactor: Add uniffi-rs entries to deny.toml

This commit is contained in:
Jorge Martín
2025-12-04 13:12:30 +01:00
committed by Jorge Martin Espinosa
parent 67815e7787
commit bfd8cfa1c8
2 changed files with 2 additions and 1 deletions

View File

@@ -53,4 +53,6 @@ allow-git = [
"https://github.com/matrix-org/vodozemac",
# A patch override for the bindings: https://github.com/Alorel/rust-indexed-db/pull/72
"https://github.com/matrix-org/rust-indexed-db",
# A patch to fixing the bindings not being usable for test in Kotlin https://github.com/mozilla/uniffi-rs/pull/2713
"https://github.com/mozilla/uniffi-rs"
]

1
Cargo.lock generated
View File

@@ -7437,7 +7437,6 @@ name = "xtask"
version = "0.1.0"
dependencies = [
"camino",
"cargo_metadata",
"clap",
"fs_extra",
"regex",